Class I18NBundle

java.lang.Object
com.prineside.tdi2.utils.I18NBundle

public class I18NBundle extends Object
  • Constructor Details

    • I18NBundle

      public I18NBundle()
  • Method Details

    • registerCustom

      public void registerCustom(String key, String value)
    • getSimpleFormatter

      public static boolean getSimpleFormatter()
    • setSimpleFormatter

      public static void setSimpleFormatter(boolean enabled)
    • createBundle

      public static I18NBundle createBundle(FileHandle baseFileHandle)
    • createBundle

      public static I18NBundle createBundle(FileHandle baseFileHandle, Locale locale)
    • getLocale

      public Locale getLocale()
    • has

      public boolean has(String key)
    • get

      public String get(String key)
    • formatStr

      public String formatStr(String str, Object... args)
    • format

      public String format(String key, Object... args)
    • debug

      public void debug(String placeholder)