Legacy platform

Translating bundle entries

The application supports translation of bundle entries through its own implementation of i18n module.

You can use the isci18n directive and iscI18n service to translate bundle entries.
  • Directive:
    <label isc-i18n="globals.TITLE_Product"></label>
  • Service:
    iscI18n.translate(key,options);

For more information, see Localization and javascript documentation available with the application.