Language.LanguageTag Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
property Platform::String ^ LanguageTag { Platform::String ^ get(); };
winrt::hstring LanguageTag();
public string LanguageTag { get; }
var string = language.languageTag;
Public ReadOnly Property LanguageTag As String
Property Value
The normalized BCP-47 language tag.
Remarks
Language tags support the Unicode extensions "ca-" and "nu-". (See Unicode Key/Type Definitions.) Note that these extensions can affect the calendar used by Calendar objects.