RadWizard provides a mechanism for quick and easy localization. The default Next, Previous, Finish and Cancel button labels in the control area are obtained from the resource files located in the WebSite's App_GlobalResources directory, so that the language can be switched with a single property (Culture).
e.g. <telerik:RadWizard id="RadWizard1" runat="server" Culture="en-US" />
Developers can also localize the component for languages, which are not provided with the RadWizard distribution by modifying the provided resx file.
Additionally, 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.