Localization

The built-in localization mechanism in Silverlight allows you to localize RadDataForm 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 RadControls please read the common topic about

Resource Keys

In order to be able to distinguish the localization resources, an unique identifier, called resource key, is assigned to each localizable string.

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

Key Value
DataForm_MoveCurrentToFirst First
DataForm_MoveCurrentToPrevious Previous
DataForm_MoveCurrentToNext Next
DataForm_MoveCurrentToLast Last
DataForm_AddNew Add
DataForm_BeginEdit Edit
DataForm_Delete Delete

See Also

In this article