December 2018
Intermediate to advanced
764 pages
31h 47m
English
To enable generation of the translation file, you must add a setting in the manifest. In the app.json file of your extension, add the following line:
"features": [ "TranslationFile" ]
Now, when you run the build command (Ctrl + Shift + B) in VS Code, a \Translation folder will be generated and populated with the .xlf file that contains all the labels, label properties, and report labels that you are using in the extension. The generated .xlf file can now be translated.
Read now
Unlock full access