Hello
I'm quite new to c#, actually i'm working at an application localization. I've searched the web but still have some doubts.
Visual studio uses resx file to store string and generate a folder for each language-specific resx file (i.e. it-IT).
I need to fill a combobox with all available languages, that is an entry for each folder or resx file; there is an "easy" way to get this information? I can't find it.
Another issue is changing language at runtime, which implies the update of all Forms strings and the ones actually hardcoded (i.e MessageBox personalized strings).
Once the user has selected a language from the above combo, the apperance of the application should be adapted to the new language. There is a way to do such a thing other than call getstring for each item?
Thank you in advance
regards
sbit72
I'm quite new to c#, actually i'm working at an application localization. I've searched the web but still have some doubts.
Visual studio uses resx file to store string and generate a folder for each language-specific resx file (i.e. it-IT).
I need to fill a combobox with all available languages, that is an entry for each folder or resx file; there is an "easy" way to get this information? I can't find it.
Another issue is changing language at runtime, which implies the update of all Forms strings and the ones actually hardcoded (i.e MessageBox personalized strings).
Once the user has selected a language from the above combo, the apperance of the application should be adapted to the new language. There is a way to do such a thing other than call getstring for each item?
Thank you in advance
regards
sbit72