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 IlibLocale
IString. locale
protected static IlibLocale
IResourceBundle. sourceLocale
protected static IlibLocale
ResBundle. sourceLocale
protected IlibLocale
IResourceBundle. targetLocale
protected IlibLocale
ResBundle. targetLocale
Methods in com.ilib that return IlibLocale Modifier and Type Method Description IlibLocale
IResourceBundle. getLocale()
Returns target locale object as an IlibLocale objectIlibLocale
IString. getLocale()
Return locale associated with current IString instance.IlibLocale
ResBundle. getLocale()
Returns target locale object in BCP47 formatstatic IlibLocale
ResBundle. 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.String
ScriptInfo. getScriptByLocale(IlibLocale target)
Seeks for full locale name in locales map and returns script of target locale, otherwise - default script Latnboolean
IlibLocale. isCompatibleWith(IlibLocale other)
Return whether or not the current locale is compatible with the given locale.void
IString. setLocale(IlibLocale locale)
Return locale of current IString instance.static void
ResBundle. 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 void
JSFile. 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.
-