New to Telerik UI for WPF? Download free 30-day trial

Localization

The built-in localization mechanism in WPF allows you to localize any string resource used by the standard RadWindow control. Once translated you might use your resources in WPF projects without changing anything.

To learn more about the ways in which to localize the RadControls please read the common topic about Localization.

Supported Languages

RadWindow can be translated in one of the following supported languages using the framework’s localization mechanism:

  • English
  • German
  • Spanish
  • French
  • Italian
  • Dutch
  • Turkish

Resource Keys

This section lists the unique localization string identifiers, called resource keys. They are used in the RadWindow control to define the localization string's key and translation.

Key Value
Close Close
Maximize Maximize
Restore Restore
Minimize Minimize

See Also

In this article