Project Translator User Menu
|
Prepare
To use our translation service, the first thing you'll need to do is prepare your language files. Separate the strings and bits of text you'd like to translate from the bulk of your programming logic and create files like the example below. Example Language File: example.php <?php
At any point during the translation, you'll be able to download the translated versions of your language files. The results are files identical in format with the translated texts.
As a general rule, our parser will extract each string of text surrounded with single quotes (') or double quotes (") with the exception of array indices. |