T
Tony Johansson
Hello!
Assume I have a windows forms application for people that can read English.
Now to my question assume that this windows form application should also
support the swedish language.What is the best way to do this?
In the GUI there are two kinds of text that is either displayed in english
or swedish.
The first kind of text is the text that is written on buttons for example.
The other kind of text is the text in kolumn in a listBox for example.
If MFC was used only the *.rc file is switched between the two languages.
But how is this best done in .NET(C++).
//Tony
Assume I have a windows forms application for people that can read English.
Now to my question assume that this windows form application should also
support the swedish language.What is the best way to do this?
In the GUI there are two kinds of text that is either displayed in english
or swedish.
The first kind of text is the text that is written on buttons for example.
The other kind of text is the text in kolumn in a listBox for example.
If MFC was used only the *.rc file is switched between the two languages.
But how is this best done in .NET(C++).
//Tony