Click here to Skip to main content
15,794,795 members
Please Sign up or sign in to vote.
2.00/5 (3 votes)
See more:
i have developed windows application(winform in .net) output of an .exe in c#. i want that ese to support multiple language. can any one help me in this regard to how to do it?

all ready my exe developed. now i want to change english to arabic with out using google translator and resx file. how cai handle it.
Posted
Comments
Sandeep Mewara 18-Jun-12 3:09am    
Did you say: localizing without using resx?

1 solution

Ideally, you need to plan for localization before development (and not after).
Its not easy to implement localization for an application once it is ready.

Read some articles on localization -
http://www.c-sharpcorner.com/UploadFile/brijrajsingh/glbal_110012005021049AM/glbal_1.aspx[^]
http://development.meritsolutions.com/matters/localization-and-globalization-in-c-localization/[^]
.NET - Localization using Resource file[^]
http://www.the-localization-tool.com/?p=5[^]
 
Share this answer
 
Comments
sai sagar 18-Jun-12 2:35am    
all ready my project deployed at client side. now new requirement came, thats why i am asking..

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