K
kensmtih1976
I have done multi lingual support in C++ and now I am trying to figure
out how to do in C#.
In C++, there were the string tables where you could enter text in
multiple languages, and now I want to have similar functionality in
C#. What is the equilvalent of string tables in C# resources?
Also, you could make a copy (different language for each copy) of a
dialog/menu in C++ resource editor and I want to do the same thing
with Windows Forms in C#, how can this be done?
out how to do in C#.
In C++, there were the string tables where you could enter text in
multiple languages, and now I want to have similar functionality in
C#. What is the equilvalent of string tables in C# resources?
Also, you could make a copy (different language for each copy) of a
dialog/menu in C++ resource editor and I want to do the same thing
with Windows Forms in C#, how can this be done?