[operations] [attributes] [fields] [template] [definition]
[implementation] [documentation]
To use the search tool you need to use a browser which supports JAVA (c)

[next] [prev] [superclass] [next peer] [prev peer] [subclass] [index] [hierarchy]

HasLocale

mixes in with Object

HasLocale



Operations

Get list of all operations

Class HasLocale defines no new operations.


Attributes

Get list of all attributes

LocaleCode


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;