Share via


TileText.Lang Property

 

The target locale of the XML payload, specified as a BCP-47 language tags such as en-US or fr-FR. The locale specified here overrides any other specified locale, such as that in binding or visual. If this value is a literal string, this attribute defaults to the user's UI language. If this value is a string reference, this attribute defaults to the locale chosen by Windows Runtime in resolving the string.

Namespace:   Microsoft.WindowsAzure.Mobile.Service
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

Syntax

[XmlAttributeAttribute("lang")]
public string Lang {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
[XmlAttributeAttribute("lang")]
property String^ Lang {
    [CompilerGeneratedAttribute]
    String^ get();
    [CompilerGeneratedAttribute]
    void set(String^ value);
}
[<XmlAttributeAttribute("lang")>]
member Lang : string with get, set
<XmlAttributeAttribute("lang")>
Public Property Lang As String

Property Value

Type: System.String

See Also

TileText Class
Microsoft.WindowsAzure.Mobile.Service Namespace

Return to top