Modifier and Type | Origin and Description |
---|---|
public static BBTranslator |
BBTranslator.BBTranslator.getInstance(BBjString p_translationBundleName!)
Returns an instance of the BBTranslator given a translation bundle name |
public static BBTranslator |
BBTranslator.BBTranslator.getInstance(BBjString p_translationBundleName!, BBjString p_locale!, BBjString p_localeOfOrigin!, BBjString p_translationBundleDir!)
Returns an instance of the BBTranslator given a translation bundle name, language, language of origin, and translation bundle directory |
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 |
---|---|
public static void |
DialogWizard.DialogUtils.buildDialogProperties(BBTranslator pTranslator!, BBjVector pCtrlVect!)
Method buildDialogProperties: Create property files given a BBTranslator object and a set of controls |