- getAvailableLocales() - Method in interface ej.nls.NLS
-
Gets the list of available locales.
- getCurrentLocale() - Method in interface ej.nls.NLS
-
Gets the current locale.
- getDisplayName(String) - Method in interface ej.nls.NLS
-
Gets the human-readable name of the given locale.
- getMessage(int, int) - Method in interface ej.nls.NLS
-
Gets the message or one of its plural forms matching an ID and a count value in the current language.
- getMessage(int, int, String) - Method in interface ej.nls.NLS
-
Gets the message or one of its plural forms matching an ID and a count value in a specific language.
- getMessage(int) - Method in interface ej.nls.NLS
-
Gets the message matching an ID in the current language.
- getMessage(int, String) - Method in interface ej.nls.NLS
-
Gets the message matching an ID in a specific language.