Localization

The built-in localization mechanism in the framework allows you to localize the drag and drop hints in the RadTreeView control.

Here is a list of the supported languages:

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

To learn more about the ways to localize the UI for Silverlight controls please read the common topic on Localization.

Resource Keys

Currently, you can localize the four RadTreeView drag and drop hints. In order to be able to distinguish these resources, a unique identifier, called a resource key, is assigned to each localizable string.

Here is a list of all of the available resources and their default values:

Key Value
TreeViewDropAfter Drop after
TreeViewDropBefore Drop before
TreeViewDropIn Drop in
TreeViewDropRoot Drop as root

See Also

In this article