![]()
Enum of resources that can be registered.
Constants:
|
Code » | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]()
Time zone fingerprint mapping to time zone list.
Constants:
|
Code » |
Returns the language-subtag of the given language code.
|
code » | |||
Use goog.LOCALE and goog.i18n instead.
Retrieve the current locale
Returns: string
Current locale name string.
|
code » | |||
Returns the localized country name for the provided language code in the
current or provided locale symbols set.
This method depends on goog.locale.LocaleNameConstants__ available
from http://go/js_locale_data. User of this method has to add dependency to
this.
|
code » | |||
Returns the localized language name for the provided language code in
the current or provided locale symbols set.
This method depends on goog.locale.LocaleNameConstants__ available
from http://go/js_locale_data. User of this method has to add dependency to
this.
|
code » | |||
Returns the country name of the provided language code in its native
language.
This method depends on goog.locale.nativeNameConstants available from
nativenameconstants.js. User of this method has to add dependency to this.
|
code » | |||
Returns the language name of the provided language code in its native
language.
This method depends on goog.locale.nativeNameConstants available from
nativenameconstants.js. User of this method has to add dependency to this.
|
code » | |||
Returns the region-sub-tag of the given language code.
|
code » | |||
Retrieve specified resource for certain locale.
|
code » | |||
Retrieve specified resource for certain locale with fallback. For example,
request of 'zh_CN' will be resolved in following order: zh_CN, zh, en.
If none of the above succeeds, of if the resource as indicated by
resourceName does not exist at all, undefined will be returned.
|
code » | |||
Returns the script subtag of the locale with the first alphabet in uppercase
and the rest 3 characters in lower case.
|
code » | |||
Returns the displayable list of long timezone names paired with its id for
the current locale.
This method depends on goog.locale.TimeZoneAllLongNames__ available
from http://go/js_locale_data. Users of this method must add a dependency on
this.
|
code » | |||
Returns the displayable list of timezone names paired with its id for
the current locale, selected based on the region or language provided.
This method depends on goog.locale.TimeZone*__ available
from http://go/js_locale_data. Users of this method must add a dependency on
this.
Arguments:
|
code » | |||
Returns the displayable list of long timezone names paired with its id for
the current locale, selected based on the region or language provided.
This method depends on goog.locale.TimeZone*__ available
from http://go/js_locale_data. Users of this method must add a dependency on
this.
Arguments:
|
code » | |||
Returns the displayable list of short timezone names paired with its id for
the current locale, selected based on the region or language provided.
This method depends on goog.locale.TimeZone*__ available
from http://go/js_locale_data. Users of this method must add a dependency on
this.
Arguments:
|
code » | |||
Returns the variant-sub-tag of the given language code.
|
code » | |||
Returns true if the required resource has already been registered.
|
code » | |||
![]()
Registers the LocaleNameConstants constants object for a given locale name.
|
code » | |||
![]()
Register a resource object for certain locale.
|
code » | |||
![]()
Registers the TimeZoneAllLongNames constants object for a given locale name.
|
code » | |||
![]()
Use goog.i18n.TimeZone, no longer need this.
Registers the timezone constants object for a given locale name.
|
code » | |||
![]()
Registers the TimeZoneSelectedIds constants object for a given locale name.
|
code » | |||
![]()
Registers the TimeZoneSelectedLongNames constants object for a given locale
name.
|
code » | |||
![]()
Registers the TimeZoneSelectedShortNames constants object for a given
locale name.
|
code » | |||
![]()
Set currnet locale to the specified one.
Arguments:
|
code » |
![]()
No description.
|
Code » | |
![]()
No description.
|
Code » | |
![]()
No description.
|
Code » | |
![]()
List of codes for countries valid today.
|
Code » | |
![]()
No description.
|
Code » | |
![]()
Default list of locale specific country and language names
|
Code » | |
![]()
No description.
|
Code » | |
![]()
Map from script code or language code to list of pairs of (generic name,
font name fallback list).
|
Code » | |
![]()
No description.
|
Code » | |
![]()
Native country and language names
|
Code » | |
![]()
This object maps (resourceName, localeName) to a resourceObj.
|
Code » | |
![]()
The script code to list of language codes map.
|
Code » | |
![]()
No description.
|
Code » | |
![]()
No description.
|
Code » |