NumeralSystemTranslator.Languages Property

Definition

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

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

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.

Applies to

See also