XmlLanguage.IetfLanguageTag Property
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Gets the string representation of the language tag.
Namespace: System.Windows.Markup
Assembly: System.Windows (in System.Windows.dll)
Syntax
'Declaration
Public ReadOnly Property IetfLanguageTag As String
public string IetfLanguageTag { get; }
<object IetfLanguageTag="string" ... />
Property Value
Type: System.String
A string that represents the language tag.
Remarks
This property may return a normalized version of the originally specified string as provided to GetLanguage.
This property may also return String.Empty if an empty string was provided to GetLanguage.
Version Information
Silverlight
Supported in: 5, 4, 3
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.