Language settings

  • Thread starter Thread starter Alessandro
  • Start date Start date
A

Alessandro

Hi !

I have seen that it's very simple to setup application for many languages,
the application "see" local settings and then load information from resx.

But there is a way to "select" the language from application user interface
and to set application objects ?
So a user can have local settings in english and the application in
german...
I have seen that thread.CurrentThread.culture is not supported...
 
You can't specify the language to use. Your software has
always the language of the OS.

But in order to test it, here a solution:
- develop your software with your resources (for example
in spanish) as the "neutral" version
- test your software on an English PPC

As the CF will not find a EN version of your resources,
it will use the "neutral" so the spanish ones.
 
Back
Top