Click here to Skip to main content
15,912,756 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello All,

I have already done localization in ASP.Net application which was small application.

But now I have to do localization, in Win Form Application which is very Huge.

My question is , Do I need to add different language's resource file for each form, or there is some other simplest way ?

Please provide some good links if any one can.


Thanks.
Posted
Updated 15-Feb-11 3:33am
v2

Here is one link for you, right off MSDN
Walkthrough: Localizing Windows Forms [^]
 
Share this answer
 
 
Share this answer
 
You need to download each and every resource file.

However, what you can do is download only those resource files that are required at the client. That may help load your application faster.
 
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