Synchronizing Multi-Language Fields Values

After you have activated a new language you may fill its database entries with corresponding English ones.

To synchronize English database entries with new language ones:

  1. Log in to the Billing server as the root user.
  2. Switch to the /usr/local/bm directory.
  3. Synchronize database entries for all languages executing the following script:

    ./tools_py/configureLocale.py syncLocalesFromDB [-t <language_id>, <language_id>, ...] 

    Script options:

    -t <language_id>[, <language_id>, ...] – script synchronizes only specified languages. The <language_id> is the value of the Locale ID parameter.

    Example:

    ./tools_py/configureLocale.py syncLocalesFromDB -t de
  4. Restart Billing executing the following command:

    /etc/init.d/pba restart