Uses of Class
com.ilib.IlibLocale
-
Packages that use IlibLocale Package Description com.ilib com.ilib.tools.jsa -
-
Uses of IlibLocale in com.ilib
Fields in com.ilib declared as IlibLocale Modifier and Type Field Description protected IlibLocaleIString. localeprotected static IlibLocaleIResourceBundle. sourceLocaleprotected static IlibLocaleResBundle. sourceLocaleprotected IlibLocaleIResourceBundle. targetLocaleprotected IlibLocaleResBundle. targetLocaleMethods in com.ilib that return IlibLocale Modifier and Type Method Description IlibLocaleIResourceBundle. getLocale()Returns target locale object as an IlibLocale objectIlibLocaleIString. getLocale()Return locale associated with current IString instance.IlibLocaleResBundle. getLocale()Returns target locale object in BCP47 formatstatic IlibLocaleResBundle. getSourceLocale()Returns source locale for all threads in current processMethods in com.ilib with parameters of type IlibLocale Modifier and Type Method Description static java.lang.StringScriptInfo. getScriptByLocale(IlibLocale target)Seeks for full locale name in locales map and returns script of target locale, otherwise - default script LatnbooleanIlibLocale. isCompatibleWith(IlibLocale other)Return whether or not the current locale is compatible with the given locale.voidIString. setLocale(IlibLocale locale)Return locale of current IString instance.static voidResBundle. setSourceLocale(IlibLocale locale)Specifies source locale for all threads in current processConstructors in com.ilib with parameters of type IlibLocale Constructor Description IResourceBundle(java.lang.String baseName, IlibLocale locale)Construct a new IResourceBundle and load in the Java ResourceBundle for delegation.IString(java.lang.String text, IlibLocale locale)Construct a new IString instance with the given text and IlibLocale instance.ResBundle(java.lang.String name, IlibLocale locale)ResBundle(java.lang.String name, IlibLocale locale, java.lang.String type)ResBundle(java.lang.String name, IlibLocale locale, java.lang.String type, java.lang.String resFileName) -
Uses of IlibLocale in com.ilib.tools.jsa
Methods in com.ilib.tools.jsa with parameters of type IlibLocale Modifier and Type Method Description protected voidJSFile. findAllForLocale(java.util.ArrayList<java.io.File> includePath, java.lang.String baseName, IlibLocale locale, java.util.HashMap<java.lang.String,AssemblyFile> allFiles)Find all json files for a particular locale with the given baseName.
-