[operations]
[attributes]
[fields]
[template]
[definition]
[implementation]
[documentation]
[next]
[prev]
[superclass]
[next peer]
[prev peer]
[subclass]
[index]
[hierarchy]
mixes in with Object
Operations
Get list of all operations
Class HasLocale defines no new operations.
Attributes
Get list of all attributes
Fields
No fields are defined by HasLocale or any of its superclasses.
Instance template
Class HasLocale cannot be instantiated.
Class definition
Define Class HasLocale;
mixes in with Object;
attribute LocaleCode: Text, readOnly, noGetter;
// returns a string containing an ISO 639 language code and an ISO 3166 country code,
// separated by a dash as recommended in RFC 1766
// for example, "en-US"
end class;