|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcz.psika.numerist.Texts
public class Texts
Localization class. Only one resource bundle used within application, other resources just for service purposes Usage: T.get("localization_key");
Constructor Summary | |
---|---|
Texts()
|
Method Summary | |
---|---|
static java.lang.String |
get(java.lang.String key)
Get resource string from main resource bundle. |
static void |
init(java.util.Locale locale)
Locale initialization and resource bundle loading. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Texts()
Method Detail |
---|
public static java.lang.String get(java.lang.String key)
key
- resource bundle key
public static void init(java.util.Locale locale)
locale
- locale string
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |