Click here to Skip to main content
15,919,121 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
<%: Html.ActionLink("Register", "Register")%>
How to change above lines in Global Resources.
Posted

1 solution

You replace "Register" with a property from your global resources. But, for your action names to change to something in another lanugage, you need to write controllers for every possible language. Changing the label text is, of course, easy, but it will still map to /Register.
 
Share this answer
 
Comments
mohit jain 8-Jan-13 0:13am    
Ya,
I m using Global resources but I cannnot convert into Actionlink.
what is Syntax in Actionlink to uses Global Resources.
Christian Graus 8-Jan-13 0:15am    
You can't put a link inside the resources. All you can put, is the version of the string 'Register' and then access it instead of a hard coded value

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900