A basic database based Localizer implementation.
The following toolbox.xml parameters are available:
localized-table : the name of the table containing localized strings (default: "localized ").
id-field : the name of the field containing the string id (default: "id ").
locale-field : the name of the field containing the ISO locale code (default: "locale ").
string-field : the name of the field containing the lcoalized string (default: "string ").
You can find on the web the list of
ISO Language Codes
and the list of
ISO Country Codes. |