Language.LanguageTag Property

Gets the normalized BCP-47 language tag for this language.

Syntax

public:
property String^ LanguageTag {
         String^ get ();
}  

Property value

Type: String 

  The normalized BCP-47 language tag.

Remarks

If your app passes language tags from this class to any National Language Support functions, it must first convert the tags by calling ResolveLocaleName.

Requirements

Namespace: Windows.Globalization

Metadata: windows.winmd

See also

Reference

Language Class

Language Members

Windows.Globalization Namespace