Re: Russian Localisation by Jack
Jack
Sat Oct 28 06:15:34 CDT 2006
build:
during the build process you registry file reginit.ini is generated.
all *.reg files are merged.
lot's of registry settings depend on which LOCALE number is set. even
more, lot's of strings are not hardcoded, they are implemented with
*.str files in each language.
so lot's of files of your flatreldir are localized during the build
phase.
the registry on the device:
when the windows starts the first time, it searches for a valid
registry (if you have a persistent one). if there is a valid registry
it will be laoded. so if you now load an image the first time with
language A, the registry with designed for language A is stored as a
persistent registry. then you load an image with the language B, the
registry with language A is loaded for the image which is localised for
language B --> lot's of different problems...
so if you change the language on a ce device with a persistant registry
make shure you delete the registry (and save the important settings
bevore if you need)