IIS - Convert a webiste into Hindi - Asked By devender on 19-Sep-12 07:05 AM

I have website in HTML which I want to change in hindi also... That is, in a click it converted into Hindi and in one click converted into English.

can any one help me please????
Robbe Morris replied to devender on 19-Sep-12 11:14 AM
If it is straight html, you'll essentially need two domains and two different sites.
devender replied to Robbe Morris on 20-Sep-12 03:20 AM
It also have PHP files in this website
Robbe Morris replied to devender on 20-Sep-12 08:05 AM
Same thing.  Essentially, if the content of the site isn't generated 100% dynamically, you have no choice but to create separate files.  Now, ASP.NET gives you the ability to incorporate resource files. I don't believe PHP has that (I could be wrong).  In the PHP files though, you could use xml files to store text/html that is language specific and react accordingly at runtime based on the user's regional settings.