Posted on: 2/10/2014 4:10:25 AM | Views : 689

hi , friends
I want to do changing and switching two languages in my web application (asp.net), using App_GlobalResources.
To switch language, I will use radio button list.
Two languages are english (default) and chinese.
if I click english, the current page language will use english and the next (following) page linked from current page will use english.
I mean, if I choose english, all pages will use english.
if chinese selected, all pages will use chinese.
are there any good tutorials?
I searched in google, most of them will not fulfil my requirements, so I abit confused.
pls help me, good sample or tutorials using GlobalResources.

Go to the complete details ...