I have viewed the following tutorial http://asp.net/learn/videos/view.aspx?tabid=63&id=40 which shows how to use change the language by usuing the following code protected override void InitializeCulture() { String lang = "en" ; if (langDropDownList != null ) { lang = langDropDownList.SelectedValue;...