NumeralSystemTranslator.Languages Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the BCP-47 language tag(s) used to initialize this NumeralSystemTranslator object.
public:
property IVectorView<Platform::String ^> ^ Languages { IVectorView<Platform::String ^> ^ get(); };
IVectorView<winrt::hstring> Languages();
public IReadOnlyList<string> Languages { get; }
var iVectorView = numeralSystemTranslator.languages;
Public ReadOnly Property Languages As IReadOnlyList(Of String)
Property Value
The BCP-47 language tag(s) used to initialize this NumeralSystemTranslator object. There is always at least one.
Remarks
If your app passes language tags used in this class to any National Language Support functions, it must first convert the tags by calling ResolveLocaleName.