I have a dynamic validation message from form controls and the message is from backend configuration. Is it possible to translate with angular ngx-translate?
<span> {{products.errors?.error | tanslate }} </span>- not works. This error is dynamic erros not able to define in json.
likewise for
there is a list of dropdown based on category dynamically from the server. is it possible to translate?
else
is it possible to update the translation en.json,es.json,fr.json files based on server values eg) consider usernames,roles ,permissions of logged user needs to be translate