|
jET |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.jet.JetResources
A source of locale text manipulation.
To get an instance of this class use static mathod getInstance
.
Method Summary | |
static JetResources |
getInstance()
Gets the instance of this class. |
java.lang.String |
translate(java.lang.String str)
Translates given string with current (default) locale. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static JetResources getInstance()
public java.lang.String translate(java.lang.String str)
Locale dependent data is stored in i18n
directory.
str
- String to translate.
|
jET |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |