Written by Arne Babenhauserheide
|
Tuesday, 23 August 2005 |
There is a language file, which can be translated relatively simply.
It needs to be in the folder $phex/lang/resources
$Phex is the folder with the jars).
There should then also be a file named language.list. That file simply contains a list of languages in the format [lang]_[country]. For example: en_US or de_DE.
You need to add your language.
You also need to rename the lang.properties file.
For the german file it would be lang_de_DE.properties.
For dutch it is Lang_nl_NL.properties.
You can find teh languages.list and the Lang.properties in the following zip-file:
localize-phex.zip
|