OSID Logo
OSID Specifications
locale package
Version 3.1.0
Interfaceosid.locale.Locale
Used Byosid.OsidForm
osid.OsidSession
osid.locale.LocaleList
osid.proxy.Proxy
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.Type the language type
Compliancemandatory This method must be implemented.
MethodgetScriptType
Description

Gets the script Type.

Returnosid.type.Type the script type
Compliancemandatory This method must be implemented.
MethodgetCalendarType
Description

Gets the calendar Type.

Returnosid.type.Type the calendar type
Compliancemandatory This method must be implemented.
MethodgetTimeType
Description

Gets the time Type.

Returnosid.type.Type the time type
Compliancemandatory This method must be implemented.
MethodgetCurrencyType
Description

Gets the currency Type.

Returnosid.type.Type the currency type
Compliancemandatory This method must be implemented.
MethodgetUnitSystemType
Description

Gets the unit system Type.

Returnosid.type.Type the unit system type
Compliancemandatory This method must be implemented.
MethodgetNumericFormatType
Description

Gets the numeric format Type.

Returnosid.type.Type the numeric format type
Compliancemandatory This method must be implemented.
MethodgetCalendarFormatType
Description

Gets the calendar format Type.

Returnosid.type.Type the calendar format type
Compliancemandatory This method must be implemented.
MethodgetTimeFormatType
Description

Gets the time format Type.

Returnosid.type.Type the time format type
Compliancemandatory This method must be implemented.
MethodgetCurrencyFormatType
Description

Gets the currency format Type.

Returnosid.type.Type the currency format type
Compliancemandatory This method must be implemented.
MethodgetCoordinateFormatType
Description

Gets the coordinate format Type.

Returnosid.type.Type the coordinate format type
Compliancemandatory This method must be implemented.