BBTranslationBundle::save
Description
In BBj 9.0 and higher, this method saves the translation bundle.
Syntax
|
Return Value |
Method |
|
void |
save() |
|
void |
save(string dirName) |
Parameters
|
Variable |
Description |
|
dirName |
Directory name of where to save the bundle. If not specified the bundle will be save to the same directory as which they were initially loaded from.. |
Return Value
None.
Remarks
A .properties file containing the translations for each locale will be written out. If the .properties file existed before, they will be overwritten.
Example
|