T
Tosch
I have to write a multilanguage application with the following
criteria:
- The language code can be set in a config file or similar. I don't
want .NET do decide which language to use. This way it's possible to
run say a french version of my app on an italian Windows.
- add new language versions to the application without need to
recompole
- minimal coding requirement
Does anyone have a sample application or ideas how to approach this?
Tosch
criteria:
- The language code can be set in a config file or similar. I don't
want .NET do decide which language to use. This way it's possible to
run say a french version of my app on an italian Windows.
- add new language versions to the application without need to
recompole
- minimal coding requirement
Does anyone have a sample application or ideas how to approach this?
Tosch