OSID Logo
OSID Specifications
locale package
Version 3.0.0
Release Candidate Preview
Interfaceosid.locale.Locale
Description

A locale is a collection of types. Locale defines a set of types that together define the formatting, language, calendaring, and currency for a locale or culture.

MethodgetLanguageType
Description

Gets the language Type.

Returnosid.type.Typethe language type
CompliancemandatoryThis method must be implemented.
MethodgetScriptType
Description

Gets the script Type.

Returnosid.type.Typethe script type
CompliancemandatoryThis method must be implemented.
MethodgetCalendarType
Description

Gets the calendar Type.

Returnosid.type.Typethe calendar type
CompliancemandatoryThis method must be implemented.
MethodgetTimeType
Description

Gets the time Type.

Returnosid.type.Typethe time type
CompliancemandatoryThis method must be implemented.
MethodgetCurrencyType
Description

Gets the currency Type.

Returnosid.type.Typethe currency type
CompliancemandatoryThis method must be implemented.
MethodgetUnitSystemType
Description

Gets the unit system Type.

Returnosid.type.Typethe unit system type
CompliancemandatoryThis method must be implemented.
MethodgetNumericFormatType
Description

Gets the numeric format Type.

Returnosid.type.Typethe numeric format type
CompliancemandatoryThis method must be implemented.
MethodgetCalendarFormatType
Description

Gets the calendar format Type.

Returnosid.type.Typethe calendar format type
CompliancemandatoryThis method must be implemented.
MethodgetTimeFormatType
Description

Gets the time format Type.

Returnosid.type.Typethe time format type
CompliancemandatoryThis method must be implemented.
MethodgetCurrencyFormatType
Description

Gets the currency format Type.

Returnosid.type.Typethe currency format type
CompliancemandatoryThis method must be implemented.
MethodgetCoordinateFormatType
Description

Gets the coordinate format Type.

Returnosid.type.Typethe coordinate format type
CompliancemandatoryThis method must be implemented.