Windows.UI.Xaml.Documents.TextElement.Language

June 22, 2022 ยท View on GitHub

-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