Translating Jingle Palette in your own language
If you cannot find your language in the language dropdown box from the Configuration Settings window, you can do your own translation, using Language Editor or directly by editing the language file.
Localized strings can be found in the "language.ini" file, located in the installation folder of Jingle Palette (usually C:\Program Files\Jingle Palette or C:\Program Files (x86)\Jingle Palette). Double-clicking this file will open it in Notepad for editing.
The file follows the structure of a standard ini file, in the following way:
|
[Section] Entry1=Value Entry2=Value |
In our case, the section name is the name of the language, and the entries are the localized strings for the defined controls, like this:
|
[English] mb_tmAnJin=Select
jingle to be announced... |
To add your own language translation to Jingle Palette, do the following:
At the end you should have something like this:
|
[Your Language] mb_tmAnJin=you
translated it... |