I am trying to figure out if it is possible to change language for a dynamic content using i18n and related libraries like (ngx-translate) for which I am doing a POC.
I am able to translate the static content but I am not able to figure out how to do the same for dynamic content, like, content in ngfor loop or data coming from the server.
Is there any way to do the conversion for content coming from the backend/db?
or any other advice/suggestions would be really appreciated.