इसके माध्यम से साझा किया गया


QueryOptions.Language Property

Definition

Gets or sets the Internet Engineering Task Force (IETF) language tag (BCP47 standard) that identifies the language associated with the query. This determines the language-specific algorithm used by the system to break the query into individual search tokens.

public:
 property Platform::String ^ Language { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Language();

void Language(winrt::hstring value);
public string Language { get; set; }
var string = queryOptions.language;
queryOptions.language = string;
Public Property Language As String

Property Value

String

Platform::String

winrt::hstring

The Internet Engineering Task Force (IETF) BCP47-standard language tag.

Applies to