|
Online Language Translator |
Top Previous Next |
|
The Online Language Translator is a quick way to make your application available in other languages. Once your Project has been exported with the Build and Embed Language File option selected, an addition file will be created called "filename_Default.Lang". This file contains all Gadget text data in the language is was created.
To translate this file to another language, select Online Language Translator. A webpage will open asking for the location of the language file you wish to translate. Locate "filename_Default.Lang" and press Upload Language File.
If the file is uploaded successfully, you will receive the following screen. Press Click here to Continue.
Next select the language you with to translate into.
Finally, create a text file and copy the translated text from the created webpage to the new text file. Give the text file a useful name. For exampe, if you translate from English to German, name the new file "filename_German.Lang". The default file loaded by your project will be "filename_Default.Lang" and the new language file can be loaded by calling Build_Language("filename_German.Lang") in your main program.
Note: "filename_" is the name of your program you are creating. |