User-1356915459 posted
Hi,
I want to make my web site language independent. I am using Master page with DropDown list box for language change and other controls(Label and some Link buttons are available). when I am changing Language using drop down I am storing
it into DB and Refreshing complete page.
Problem I am facing is My content pages are properly reading string from correct resource file but My master page is not reading correct resource file i.e. it always reading string from defualt resource file(en-US).
Wanted to know on which event I have to change
Thread.CurrentThread.CurrentUICulture and
Thread.CurrentThread.CurrentCulture
so that my master page will also get local string from correct resource file. I have tried Page Init, PreRender and Load but it is not working.
Please Suggest what am I missing.