How to: Add Translated Strings By Using the Multilanguage Editor

To add string translations for UI elements in a standard country/region-specific version of Microsoft Dynamics NAV 2015, you install a language module so that end users can view the UI elements in a different language. If you have customized objects in the application, then you must also add translations for those objects. You can translate strings in the following ways:

  • By using the Translate tool in the development environment to import and export multilanguage files that contain translated strings for multiple objects

  • By using the Multilanguage Editor and editing the CaptionML property of individual objects

This topic describes how to use the Multilanguage Editor to edit the CaptionML property of objects. For more information about how to use the Translate tool, see How to: Add Translated Strings By Importing and Exporting Multilanguage Files.

Translating Strings with the Multilanguage Editor

To add a translation in Multilanguage Editor

  1. In the development environment, on the Tools menu, choose Object Designer.

  2. In Object Designer, select the object for which you want to add a translation, and then choose Design.

  3. In the designer, select the control for which you want to add a translation, choose View, and then choose Properties.

  4. In the CaptionML property, choose the AssistEdit button.

  5. In the Multilanguage Editor, enter the language and the translated text. For more information, see How to: Enter Text in the Multilanguage Editor.

To let the user select a specific language from the Tools menu in the application, the following must be true:

  • The application must have the correctly named subfolder.

  • The subfolder must contain the correct fin.stx file.

  • The text strings in the database must be marked with the correct language ID.

  • The license file must contain the correct granule.

See Also

Tasks

How to: Delete Translated Strings

Concepts

Multilanguage Development