The Language Editor serves for easier translation of the user interface of Forex Strategy Builder. It is an open source project and you can see it's source code in GitHub.
See this discussion in the forum for more info: Translation of Forex Strategy Builder Professional
Download link: Language Editor
When you open a language file, you can edit the alternative phrases.
Phrases are collected in five groups. You edit each group separately.
Phrase groups:
Do not use new lines in the phrases and do not leave empty text boxes. These can make the language file unloadable in the program.
The language files are located under C:\Program Files\Forex Strategy Builder Pro\User Files\System\Languages folder.
There are three types of files:
Translations are stored in XML files.
<?xml version="1.0" encoding="utf-8"?> <groups> <Navigation> <phrase> <eng>FILE</eng> <alt>DATEI</alt> </phrase> ... </Navigation> <General> ... </General> <Statistics> ... </Statistics> <Interface> ... </Interface> <Indicator> ... </Indicator> </groups>
You can export a new language file in three steps: