Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ The list of language identifiers, in priority order, that represent the choice o

### -param geographicRegion

The identifier for the geographic region. This identifier is used for resolving the template to a pattern.
The identifier for a [GeographicRegion](windows.globalization.geographicregion.md) used to resolve the template to a pattern. This should be an ISO 3166-1 two-letter or three-letter code that identifies the country, or one of the three-digit UN-M49 codes that identify the geographical region.

### -param calendar

The calendar identifier to use.
The calendar identifier to use. This should be a value from [CalendarIdentifiers](windows.globalization.calendaridentifiers.md).

### -param clock

The clock identifier to use.
The clock identifier to use. This should be a value from [ClockIdentifiers](windows.globalization.clockidentifiers.md).

## -remarks

Expand Down