Modifier and Type | Origin and Description |
---|---|
public BBTranslations |
BBTranslator.BBTranslations.Parent!()
A field variable that contains the parent translations |
Modifier and Type | Origin and Description |
---|---|
public BBTranslations |
BBTranslator.BBTranslator.getTranslations()
Returns all translations for the current locale |
public BBTranslations |
BBTranslator.BBTranslationBundle.getDefaultTranslations()
|
public BBTranslations |
BBTranslator.BBTranslationBundle.getTranslations(Locale p_locale!)
|
public BBTranslations |
BBTranslator.BBTranslations.getParent()
Returns the parent of the translations |
Modifier and Type | Origin and Description |
---|---|
public void |
BBTranslator.BBTranslations.addChild(Locale p_locale!, BBTranslations p_translations!)
Adds a child translation to the translations |
Modifier and Type | Origin and Description |
---|---|
BBTranslations |
BBTranslator.BBTranslations.BBTranslations(BBTranslationBundle p_bundle!, BBTranslations p_parent!, Locale p_locale!)
BBTranslations constructor |