Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 799 Bytes

textelement_language.md

File metadata and controls

31 lines (22 loc) · 799 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Documents.TextElement.Language
winrt property

Microsoft.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