Method Summary |
|
public static void | addLocalizer(Localizer localizer) Add a new localizer to the localizer array. |
public static char | getChar(String key, char defaultValue) Get the localized character or the default value if no translation for
the given key exists. |
public static synchronized String | getString(String key) Get the localized string for the given key using the registered
localizers.
Parameters: key - key to translate to localized string. |
public static String | getString(String key, String defaultValue) Get the localized string or the default value if no translation for the
given key exists. |
public static void | removeLocalizer(Localizer localizer) Remove the existing localizer from the localizer array. |