I have used two language "English" and "Arabic" in my website. My requirement is that if a user visit the english page(eg. Contact Us) of my website and he clicks on "Arabic" language then the same page (Contac Us) of arabic should display. How i will do it?. Please suggest me.
I would suggest then store the current language in Session and then when language is changed you can identify the page using the following code
string s = Request.Url.AbsoluteUri;
And based on that you can find the Current Page
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.