J Jacek Jurkowski Mar 24, 2004 #1 How to make my application multi language? Do I need some resource files? Any articles?
M Morten Wennevik Mar 24, 2004 #2 Hi Jacek, You need to make a sattelite resource file for every language other than the default and store all text you want to be language depended as resources. A couple of links that may be relevant: http://www.codeguru.com/vb/gen/vb_misc/multi-languagesupport/article.php/c5601/ http://www.codeproject.com/aspnet/Localization.asp Happy coding! Morten
Hi Jacek, You need to make a sattelite resource file for every language other than the default and store all text you want to be language depended as resources. A couple of links that may be relevant: http://www.codeguru.com/vb/gen/vb_misc/multi-languagesupport/article.php/c5601/ http://www.codeproject.com/aspnet/Localization.asp Happy coding! Morten
J Jon Skeet [C# MVP] Mar 24, 2004 #3 Jacek Jurkowski said: How to make my application multi language? Do I need some resource files? Any articles? Click to expand... If you look up "internationalization" in the MSDN index, and then select "About Internationalization", there's a good set of pages dealing with the topic.
Jacek Jurkowski said: How to make my application multi language? Do I need some resource files? Any articles? Click to expand... If you look up "internationalization" in the MSDN index, and then select "About Internationalization", there's a good set of pages dealing with the topic.