
BBTranslationBundle::getTranslations
Description
In BBj 9.0 and higher, this method returns translations in the translation bundle for a particular locale.
Syntax
Return Value |
Method |
BBTranslations |
getTranslations(locale locale) |
Parameters
Variable |
Description |
locale |
Specifies the locale to get the translation for. |
Return Value
Returns a BBTranslations object that contains all the translations for the specified locale.
Remarks
None.