- java.lang.Object
-
- com.googlecode.lanterna.bundle.BundleLocator
-
- com.googlecode.lanterna.bundle.LocalizedUIBundle
-
public class LocalizedUIBundle extends BundleLocator
This class permits to get easily localized strings about the UI.
-
-
Field Summary
Fields Modifier and Type Field Description private static LocalizedUIBundle
MY_BUNDLE
-
Constructor Summary
Constructors Modifier Constructor Description private
LocalizedUIBundle(java.lang.String bundleName)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
get(java.lang.String key, java.lang.String... parameters)
static java.lang.String
get(java.util.Locale locale, java.lang.String key, java.lang.String... parameters)
-
Methods inherited from class com.googlecode.lanterna.bundle.BundleLocator
getBundleKeyValue
-
-
-
-
Field Detail
-
MY_BUNDLE
private static final LocalizedUIBundle MY_BUNDLE
-
-