Are there sombody who knows where I can find some sampels/informations how I can change the language in a app. with a resource file ?...
Thanks.
Printable View
Are there sombody who knows where I can find some sampels/informations how I can change the language in a app. with a resource file ?...
Thanks.
Do you know how to use a resource file to generate MsgBox messages, button captions and etc.? If so then I think you have two choices:
1) Create seperate resource files for each language you want to support and create country-specific setups that include the proper resource file for that country
2) Create one resource file with sections for each language and use some sort of algorithm to get to the proper entries given a specified language.
I must 'fess up and say that while I use resource files in many of my projects, I've never needed to do either of the things I suggest.