website language translater
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Hi I want ajax based language translator in my asp.net website just like as in www.doisystems.com[^] Is there any sample code to implement this? as I want flags to be shown on top and whole site language get converted. Thanks in advance.
sumit7034 wrote:
Is there any sample code to implement this
Globalization and localization demystified in ASP.NET 2.0[^] What you need is to have an outer update panel (in which all the controls are present), to give you feel of no full postback. Cde behind, on the server side, re-construct the UI and it should be rendered. Events that would trigger this change would be country image button clicks.