
BBTranslations::addChild
Description
In BBj 9.00 and higher, this method adds child translations to the translations.
Syntax
Return Value |
Method |
void |
addChild(Locale locale, BBTranslations translastions) |
Parameters
Variable |
Description |
locale |
Specifies the Java Locale of the child translations. |
translations |
Specifies the BBTranslations object to add as a child. |
Return Value
None.
Remarks
None.