Open MauriceNino opened 5 years ago
The user might want to change the language of the site to his native language. Or change it from his native language to english.
For this there are some i18n libraries which support different things:
i18n in Angular 8 currently only supports static language injection. For each language there is a seperate version of the whole püroject built.
i18n in Angular 9 is planned to run in Ivy and should support dynamic loading of languages.
ngx-language supports dynamic language loading but is not officially supported and might have some bugs.
ngx-language: https://github.com/ngx-translate/core
Waitin for Angular 9
The user might want to change the language of the site to his native language. Or change it from his native language to english.
For this there are some i18n libraries which support different things:
i18n in Angular 8 currently only supports static language injection. For each language there is a seperate version of the whole püroject built.
i18n in Angular 9 is planned to run in Ivy and should support dynamic loading of languages.
ngx-language supports dynamic language loading but is not officially supported and might have some bugs.
ngx-language: https://github.com/ngx-translate/core