| Author: Danasegarane.A 03 Nov 2009 | Member Level: Diamond | Rating:  Points: 2 |
'Use this Page Load Event 'Create Cultureinfo Dim EnglishCulture As New System.Globalization.CultureInfo("en-US") Dim HindiCulture As New System.Globalization.CultureInfo("hi-IN")
'set the Culture Thread.CurrentThread.CurrentCulture = EnglishCulture
Thread.CurrentThread.CurrentUICulture = EnglishCulture
Thanks and Regards, Danasegarane Arunachalam
|
| Author: Hari 03 Nov 2009 | Member Level: Gold | Rating:  Points: 2 |
Ho,
Please find attached the code to do that. The solution runs in vs 2008 sp1
WebApplication1.rar |