Click here to Skip to main content
15,912,977 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have .Net windows based application developed in English. How to convert it to an international language. Is there any special properties features available.
Thanks in Advance
Posted

1 solution

What you are searching for is application localization. This is usually done by creating specific resource files for all supported languages. See this CP article for some information:
.NET - Localization using Resource file[^]
or this MSDN documentation:
http://msdn.microsoft.com/en-us/library/ms746621.aspx[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900