You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

In international projects, you sometimes want to use a form or application in different countries and therefore you want to provide it in different languages. Pro-Code developers can define the languages they want to use and can provide translations for all contents.Sometimes you want to use a form or an application in different countries and therefore you want to adapt the language. Pro-Code developers can define the languages they want to use and add new languages.

To download the uncompiled Angular resources that have been generated by the Designer, open the menu in the Controls Panel and select option Application from section Export > Pro-Code to download the project resources.

The Angular app project is then downloaded as a ZIP file. Extract the zipped resources to a folder, and open the folder as an Angular project in your favorite IDE, for example Visual Studio Code.

The exported application contains already two translation files:

  • Geman (de.json)
  • English (en.json).

The files contain keys for each form element's translated attributes such as label, placeholders, defaults etc.

You can find them in the export folder under  -main project src/assets/i18n.

  • No labels