Modifier and Type | Origin and Description |
---|---|
public BBTranslationBundle |
BBTranslator.BBTranslator.getTranslationBundle()
Returns the translation Bundle |
public static BBTranslationBundle |
BBTranslator.BBTranslationBundle.getBundle(BBjString p_name!)
|
public static BBTranslationBundle |
BBTranslator.BBTranslationBundle.getBundle(BBjString p_name!, BBjString p_directory!)
|
public static BBTranslationBundle |
BBTranslator.BBTranslationBundle.getBundle(BBjString p_name!, BBjString p_directory!, Locale p_localeOfOrigin!)
|
public static BBTranslationBundle |
BBTranslator.BBTranslationBundle.getBundleFromJar(BBjString p_name!, BBjString p_jarFileName!, Locale p_localeOfOrigin!)
|
public static BBTranslationBundle |
BBTranslator.BBTranslationBundle.getBundleFromZip(BBjString p_name!, BBjString p_zipFileName!, Locale p_localeOfOrigin!)
|
Modifier and Type | Origin and Description |
---|---|
public static BBTranslator |
BBTranslator.BBTranslator.getInstance(BBTranslationBundle p_translationBundle!)
Returns an instance of the BBTranslator given a translation bundle |
public static BBTranslator |
BBTranslator.BBTranslator.getInstance(BBTranslationBundle p_translationBundle!, Locale p_locale!)
Returns an instance of the BBTranslator so that there is only one instance per translation bundle and locale |
Modifier and Type | Origin and Description |
---|---|
BBTranslations |
BBTranslator.BBTranslations.BBTranslations(BBTranslationBundle p_bundle!, BBTranslations p_parent!, Locale p_locale!)
BBTranslations constructor |