PermilleFormatter Constructors

Definition

Overloads

PermilleFormatter()

Creates a PermilleFormatter object and initializes it to default values.

PermilleFormatter(IIterable<String>, String)

Creates a PermilleFormatter object initialized by a language list and a geographic region.

PermilleFormatter()

Creates a PermilleFormatter object and initializes it to default values.

public:
 PermilleFormatter();
 PermilleFormatter();
public PermilleFormatter();
function PermilleFormatter()
Public Sub New ()

See also

Applies to

PermilleFormatter(IIterable<String>, String)

Creates a PermilleFormatter object initialized by a language list and a geographic region.

public:
 PermilleFormatter(IIterable<Platform::String ^> ^ languages, Platform::String ^ geographicRegion);
 PermilleFormatter(IIterable<winrt::hstring> const& languages, winrt::hstring const& geographicRegion);
public PermilleFormatter(IEnumerable<string> languages, string geographicRegion);
function PermilleFormatter(languages, geographicRegion)
Public Sub New (languages As IEnumerable(Of String), geographicRegion As String)

Parameters

languages

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

The list of language identifiers, in priority order, representing the choice of languages. See Remarks.

geographicRegion
String

Platform::String

winrt::hstring

The identifier for the geographic region.

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.

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 PermilleFormatter(IIterable(String), String) objects.

See also

Applies to