|
|
Language Settings
Author: Eileen Wilde Reference Number: AA-00182 Views: 8995 Last Updated: 06/23/2009 07:31 PM |
0 Rating/ Voters
|
|
Language Settings
Adding your own language
To add your own language, you have to create a new language file in fpp/lang
To do that just copy the previous en.lang.php file and rename to ##.lang.php , where ## is a two letter country code, e.g. fr.lang.php for France.
Then you have to translate the right part of the php file to the language selected.
Syntax:
Example:
should be in French:
You have to leave '%s' signs and escape special characters (e.g. ' to \' and \ to \\) for the FPP v5 to work properly.
Example:
Changing the Language
You can choose your language with the “language” setting.
Example (config file):
Result:
|
|
|