Greetings,
I have been developing site that uses globalization in asp.net(well,actually it's not globalization) :)
What I want to do is i want to show my website in multiple languages(fixed-: English,Gurmuki and Shahmukhi (Indic languages)).
To show these markup on screen i have done mapping..for example
Char Unicode Shahmukhi-Char Unicode garmukhi-char Unicode A 65 character unicode Character of unicode of of Shahmukhi of shahmukhi garmukhi garmukhi
I have created a demo with jQuery and do mapping as above for each character replacement.. Is there another better way to do so in ASP.net c#. Let me know if you find uncomfortable with the information i have provided.
Important thing, I don't want to use already made components such as google Translation or other third party.I am willing to develop on my own..just need the way to do so.
Thank you and best regards.