Click here to Skip to main content
15,885,856 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
The application that we are designing requires translation from English to Arabic.

And I have downloaded language pack for Microsoft .NET Framework 4.

Can any one tell how to use a language pack to do such translations.
Posted

1 solution

Microsoft's language packs only have translations for the frameworks error/messages/text and not your application.

You are responsible for your application translations, read the following on globalization and localization:
Globalization of Windows Applications in 20 Minutes Using C#[^]

Walkthrough: Localizing Windows Forms[^]
 
Share this answer
 
Comments
Member 10889460 6-Jan-15 2:20am    
OK.
Understood.
But we have many forms.
In that case we have to create many resource files. Isn't it ?
Mehdi Gholam 6-Jan-15 2:23am    
Yes you do, but Visual Studio helps a lot with the files, although translation and form tweaking is up to you.
Member 10889460 6-Jan-15 3:43am    
Ok. Thanks Mehdi Gholam

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