OSID Logo
OSID Specifications
locale package
Version 3.0.0
Release Candidate Preview
Interfaceosid.locale.DisplayText
Implementsosid.OsidPrimitive
Description

Text to be displayed.

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.
MethodgetFormatType
Description

Gets the format Type of the text string.

Returnosid.type.Typethe format type
CompliancemandatoryThis method must be implemented.
MethodgetText
Description

Gets the text string.

Returnstringthe string
CompliancemandatoryThis method must be implemented.