RadWindow and RadWindowManager provide a mechanism for quick and easy localization, based on the native ASP.NET 2.0 localization. All UI strings for command buttons are obtained from the resource files located in the WebSite's App_GlobalResources directory, so that the language of the RadWindow is automatically switched to the culture and UI culture of the Web page.
The name of the resource file (RadWindow in this case) and the string to read must be specified in the Localization property for each of the tooltips/buttons you wish to localize (in this demo the string name matches the command name/button text).
The example uses the approach described in
this Microsoft help article to programmatically change the culture and UI culture of an ASP.NET Web page.
Each of the localization strings can be modified at runtime using the Localization property. This saves the need to create a new localization file to change a single string.