Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 797 Bytes

textelement_language.md

File metadata and controls

33 lines (22 loc) · 797 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Documents.TextElement.Language
winrt property

Windows.UI.Xaml.Documents.TextElement.Language

-description

Gets or sets localization/globalization language information that applies to a TextElement.

-xaml-syntax

<textElement Language="languageString" .../.

-xaml-values

languageString
languageStringA string specifying language and culture that follows the RFC 3066 / ISO 639-1 standards. For example, U.S. English is en-US.
## -property-value A string specifying language and culture that follows the RFC 3066 / ISO 639-1 standards. For example, U.S. English is "en-US".

-remarks

-examples

-see-also