Multilingual iX?

Are there any recommendations, examples, etc. how to provide a multilingual web ui with iX and Angular?
We want to provide a localized experience in the user’s language.

The iX library supports internationalization (i18n) by making all texts on all components customizable. Managing the actual translations is out of scope for iX but can easily be achived by using a third party library like ngx-translate.

Sounds good, will have a look into that. Thanks.