Translation
The app will detect WPML languages and customers can choose the language in the account section. You have to add all translation language you use in app/src/assets/i18n/ folder
this.translateService.setDefaultLang('fr');document.documentElement.setAttribute('dir', 'rtl');Last updated