Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.14 KB

percentformatter_resolvedlanguage.md

File metadata and controls

28 lines (17 loc) · 1.14 KB
-api-id -api-type
P:Windows.Globalization.NumberFormatting.PercentFormatter.ResolvedLanguage
winrt property

Windows.Globalization.NumberFormatting.PercentFormatter.ResolvedLanguage

-description

Gets the language that was most recently used to format or parse percent values.

-property-value

The language from the priority list of language identifiers that was most recently used to format or parse percent values.

-remarks

If your app passes language tags from this class to any National Language Support functions, it must first convert the tags by calling ResolveLocaleName.

Language tags support the Unicode extensions "ca-" and "nu-". (See Unicode Key/Type Definitions.) Note that these extensions can affect the numeral system used by PercentFormatter(IIterable(String), String) objects.

-examples

-see-also