Klemens Friedl wrote:
ReactOS and some applications are translated in many
different languages but
a ReactOS language support is missing. The regitry keys (see hivesys.inf)
are there but ROS ingore the keys.
You cannot change the user language from the control panel yet. This can
only be done in the first stage installer.
Is there a chance that ROS get language support until
version 0.3? Is it a
big step to add it? Which file is need an update? Maybe I can help adding
this feature.
I am currently working on locale support for the second stage setup. One
part of this task is to add dynamic loading of keyboard layout DLLs.
That's what I'm working on right now.
We won't be able to fix this until 0.3 gets published.
Why are there some languages hard coded?
reactos\lib\msvcrt\locale\locale.c - Code:
This part of ReactOS is not used by the GUI components. The more
important parts are located in lib/kernel32/misc, for example lang.c.
Regards,
Eric