There are normally 2 ways of implement multi language in angular. i18n is supported by Angular team officially. ngx-translate is on https://github.com/ngx-translate/core Both has pros and cons. i18n is supported long term and ngx-translate is not supported long term because Angular team hired the author of the repository to develop i18n package. i18n should have …
