MutiLanguage Website
-
Hi All I want to develop multilingual selection feature in my asp.net website. How could i do the same. Localization and Globalization work but i don't know multiple language to write values in resource files. Also the website has an admin panel where administrator (owner) will change the data. So how could i do the same Thanks and Regards Yogesh Agarwal
-
Hi All I want to develop multilingual selection feature in my asp.net website. How could i do the same. Localization and Globalization work but i don't know multiple language to write values in resource files. Also the website has an admin panel where administrator (owner) will change the data. So how could i do the same Thanks and Regards Yogesh Agarwal
yogesh_kumar_agarwal wrote:
but i don't know multiple language to write values in resource files.
Sounds like you need to employ an interpretor then.
yogesh_kumar_agarwal wrote:
Also the website has an admin panel where administrator (owner) will change the data. So how could i do the same
Not sure what you mean, but if you want somene to maintain the data then obviously they need to know the various languages
Bob Ashfield Consultants Ltd Proud to be a 2009 Code Project MVP
-
yogesh_kumar_agarwal wrote:
but i don't know multiple language to write values in resource files.
Sounds like you need to employ an interpretor then.
yogesh_kumar_agarwal wrote:
Also the website has an admin panel where administrator (owner) will change the data. So how could i do the same
Not sure what you mean, but if you want somene to maintain the data then obviously they need to know the various languages
Bob Ashfield Consultants Ltd Proud to be a 2009 Code Project MVP
Yes, bingo i need to integrate an language interpreter by which the language will change because admin will update the text or matter for the site in english language only. So what could i do for the same. Regards Yogesh Agarwal
-
Yes, bingo i need to integrate an language interpreter by which the language will change because admin will update the text or matter for the site in english language only. So what could i do for the same. Regards Yogesh Agarwal
Well, a quick google shows there are several language translators (including google's own), so you could see if any of them have a useable api. I suspect though that the result will leave a lot to be desired as most automatic translators do it on a word by word basis, not taking context into account.
Bob Ashfield Consultants Ltd Proud to be a 2009 Code Project MVP