Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 1.47 KB

localization.md

File metadata and controls

52 lines (36 loc) · 1.47 KB
title page_title description slug tags published position
Localization
Localization
This article lists the resource keys which can be used to localize the RadSyntaxEditor control.
radsyntaxeditor-localization
localization
true
4

Localization

This article will go over available resource keys for localizing the RadSyntaxEditor control.

A more detailed look over the localization capabilities that the framework provides can be found in the [Localization]({%slug common-localization%}) article.

Below is the list of the supported languages.

  • English

  • German

  • Spanish

  • French

  • Italian

  • Dutch

  • Turkish

Resource Keys

Currently, you can localize the strings in the [Find and Replace dialog]({%slug radsyntaxeditor-features-find-replace%}). 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
SyntaxEditor_Find Find…
SyntaxEditor_FindAll Find All
SyntaxEditor_FindNext Find Next (F3)
SyntaxEditor_FindPrevious Find Previous (Shift + F3)
SyntaxEditor_Replace Replace
SyntaxEditor_ReplaceAll Replace All
SyntaxEditor_ReplaceWith Replace…

See Also

  • [Localization]({%slug common-localization%})
  • [Visual Structure]({%slug radsyntaxeditor-visual-structure%})
  • [Find and Replace]({%slug radsyntaxeditor-features-find-replace%})