Click here to Skip to main content
15,914,500 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
i am working on developing a Trading Terminal.
One of our client from the Gulf region needs the same system but on the condition of data to be displayed in their regional language(Arabic in this case).
This system is very huge & we need some solution in way that it wont took loads of man work to code manually.

Any solution/suggestions will be highly appreciated.

Regards,
honeyashu2000
Posted
Comments
Mohamed Mitwalli 30-May-12 6:48am    
First is that Web or windows ??
Zoltán Zörgő 30-May-12 9:28am    
You want to translate the data, or the UI?

You will have to think about supporting localization and globalization. this could be a good place to start.

Using Globalization and Localization in ASP.NET[^]

using this will also require time but definitely less time than doing it manually.
 
Share this answer
 
Comments
honeyashu 30-May-12 7:20am    
Thanx Rahul,
but problem is this is winform app & also data is dynamic for which i cant maintain resource file.

honeyashu2000
Rahul Rajat Singh 30-May-12 7:36am    
Oh, I didn't got that the bit about windows application from the question. let me think and i will come back if i get any solution.
This link .NET - Localization using Resource file[^] talks about the ways to do localization and globalization in winforms. I didn't get a chance to check the code myself but from the comments it looks like it is a fine example.
 
Share this answer
 
Comments
honeyashu 30-May-12 7:47am    
:) Thanx for your efforts rahul.. I really do appritiate but as i had already mentioned cant use resource file as data is not static.. my project includes hundreds of reports with tons of data as well...

honeyashu2000
Rahul Rajat Singh 30-May-12 7:49am    
Then perhaps you can look into the dynamic translation widgets. they are not very accurate but they do provide this functionality. I think if we look for Microsoft translation widget you can find it. try to test it. perhaps that could be of some help.

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