Java com.google.gwt.i18n.client LocaleInfo fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.i18n.client LocaleInfo fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.i18n.client LocaleInfo.

The text is from its open source code.

Method

String[]getAvailableLocaleNames()
Returns an array of available locale names.
LocaleInfogetCurrentLocale()
Returns a LocaleInfo instance for the current locale.
DateTimeConstantsgetDateTimeConstants()
Returns a DateTimeConstants instance for this locale.
StringgetLocaleCookieName()
Returns the name of the name of the cookie holding the locale to use, which is defined in the config property locale.cookie .
StringgetLocaleName()
Returns the name of this locale, such as "default, "en_US", etc.
StringgetLocaleNativeDisplayName(String localeName)
Returns the display name of the requested locale in its native locale, if possible.
StringgetLocaleQueryParam()
Returns the name of the query parameter holding the locale to use, which is defined in the config property locale.queryparam .