-
Notifications
You must be signed in to change notification settings - Fork 112
Localization
Wiesław Šoltés edited this page Apr 20, 2017
·
6 revisions
- Install VS Extension Multilingual App Toolkit (MAT)
- This will allow you to add and edit .xlf files
- 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
- Open the .xlf file (MAT editor will pop-up) and translate the strings
- Save everything and build.
- .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.
- Introduction
- Using Behaviors NuGet
- Contribution
- API Reference
- Behaviors Reference
- Changelog