Server Side Localization
-
Hello, I have an Imagebutton with the folowing tag: I need to create this button at runtime and adding it with the Controls.Add method. The aspx file have a resx file in the LocalResources folder with the key "img1.Tooltip" to have the tooltip of the button localizable. My problem is how can I create the button at runtime and use the same resource key? Is this simple? Thanks to everyone for the replies. Regards
-
Hello, I have an Imagebutton with the folowing tag: I need to create this button at runtime and adding it with the Controls.Add method. The aspx file have a resx file in the LocalResources folder with the key "img1.Tooltip" to have the tooltip of the button localizable. My problem is how can I create the button at runtime and use the same resource key? Is this simple? Thanks to everyone for the replies. Regards