Frames | No Frames |
i18n
to the list of managed I18n
objects.WeakReference
.clazz
.I18Manger
singleton.setResources(String,Locale,ClassLoader)
.I18n
objects and LocaleChangeListener
objects.text
to be translated, but doesn't return the
translation but text
itself.i18n
from the list of managed I18n
objects.listener
from the list of objects that are
notified when the locale has changed.Locale.setDefault(java.util.Locale)
.ResourceBundle.getBundle(java.lang.String, java.util.Locale,
java.lang.ClassLoader)
.text
translated into the currently selected
language.tr(String,Object[])
.tr(String,Object[])
.tr(String,Object[])
.tr(String,Object[])
.text
translated into the currently selected
language.n
of the translation of
text
.trn(String,String,long,Object[])
passing Object
arguments as an array.trn(String,String,long,Object[])
passing Object
arguments as an array.trn(String,String,long,Object[])
passing Object
arguments as an array.trn(String,String,long,Object[])
passing Object
arguments as an array.n
of the translation of
text
.