Click here to Skip to main content
15,900,258 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
can anybody please help me i am not able to show tooltip value from resource file.

<%$Resources:ResourceLang,Clicktorequestforanewpassword %>
Posted
Comments
Vijendra(VJ) 5-Aug-14 6:19am    
Is the tooltip not appearing or are you getting an error?
Sriivasarao Reddi 5-Aug-14 10:53am    
I have developed one visual studio add-in in C#. Where hard coded string we are moving to resource file into two projects(1)under properties - resx file 2)we have some other project called resoures - resx file)
for example :
string str="Hello";
When I right click on it we are displaying menu item named Add Resource String. When I clicked on it I am chahging the value of "Hello" to JFramework.GetString(Resources.Key123)
so Now my string becomes
String str = JFramework.GetString(Resources.Key123);

Where I mousehover on Key123 I should get Hello as tooltip .

HOw can I do this. Please help me out.

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