المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Resource file without standard convention (eg.instead of Resource.en-US.resx)Resource



C# Programming
04-04-2009, 07:15 PM
i have 2 Labels say Label1,Label2 in an asp.net page.i am setting Label text Property null.I have to pass values from a dropdownmenu to a class file which have option like for eg.English,arabic.if user selects arabic it should mapped with resource file for eg.ResourceArb and the corresponding Label should be mapped with string in the resource file.But all thing should be done in class file.not in asp.net page as msdn defines.Please help me to solve this issue http://www.barakasoft.com/script/Forums/Images/smiley_cry.gif http://www.barakasoft.com/script/Forums/Images/smiley_confused.gif http://www.barakasoft.com/script/Forums/Images/smiley_OMG.gif :(