Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.71 KB

searchpane_language.md

File metadata and controls

34 lines (22 loc) · 1.71 KB
-api-id -api-type
P:Windows.ApplicationModel.Search.SearchPane.Language
winrt property

Windows.ApplicationModel.Search.SearchPane.Language

-description

The Internet Engineering Task Force (IETF) language tag (BCP 47 standard) that identifies the language currently associated with the user's text input device.

-property-value

The Internet Engineering Task Force (IETF) BCP 47 standard language tag.

-remarks

Important

To implement search in an app for Windows 10 or later, use AutoSuggestBox. See Auto-suggest box for more info.

You should not use Windows.ApplicationModel.Search APIs (SearchPane, SearchContract) or SearchBox APIs in apps for Windows 10 or later.

Note

An app can't use both the search box (Windows.UI.Xaml.Controls.SearchBox/WinJS.UI.SearchBox) and the SearchPane. Using both the search box and the search pane in the same app causes the app to throw an exception with this message: "Cannot create instance of type 'Windows.UI.Xaml.Controls.SearchBox.'"

-examples

-see-also

Search contract sample (Windows 8), SearchPane class