Skip to content

Localization

Wiesław Šoltés edited this page Apr 20, 2017 · 6 revisions

Localize Behaviors to a new language

  1. Install VS Extension Multilingual App Toolkit (MAT)
    • This will allow you to add and edit .xlf files
  2. For Managed and Native solutions, Interactions and Interactive projects
    • Project > Multilingual App Toolkit > Add translation language
    • Pick the language you want. This will create a .xlf file inside the MultilingualResources folder and an empty .resw inside Resources folder
  3. Open the .xlf file (MAT editor will pop-up) and translate the strings
  4. Save everything and build.
  5. .resw will be ready to go after build completes

For more information, refer to this commit for all the steps and files that need to be added and modified for each language.