I have ASP NET membership on my web site. However, I would like to build other language instead of English. How can I display Login, logout and signup in other language in stead of English? here is my code:
I shoud be more specific. This is for the following one line code: when user get on the web page, it shows "login"; when user logged in, it shows "logout". Login and logout are displayed as default in English. I want to display login and logout in other
language instead of English. I can't find where I can modify the code. Any suggestions?
<asp:LoginStatus ID="LoginStatus1" Font-Size="Small" ForeColor Go to the complete details ...