Page 1 of 1

Localize other languages?

Posted: Mon Sep 26, 2016 8:01 pm
by Kingpin
I was wondering how I am able to change the localization keys for other languages. Is it constant? For example, if I have a key in English, is the key the same in all languages? Cheers

Re: Localize other languages?

Posted: Mon Sep 26, 2016 8:24 pm
by AnthonyBF2
In my PSP project I localized UK English simply by taking english.cfg, copying it and renaming it uk_english.cfg and putting it over the old uk_english.cfg in the Localize folder. Now, I wouldn't recommend this for German, French etc because they aren't closely the same as the english ones.

Re: Localize other languages?

Posted: Sat Oct 01, 2016 2:56 pm
by Kingpin
AnthonyBF2 wrote:In my PSP project I localized UK English simply by taking english.cfg, copying it and renaming it uk_english.cfg and putting it over the old uk_english.cfg in the Localize folder. Now, I wouldn't recommend this for German, French etc because they aren't closely the same as the english ones.
Alright, but I have custom entries. Will this still work?