Is there a way to load static language files and also be able to load additional language resource on-demand using ngx-translator?

158 views Asked by At

My application has static JSON files for most translations, but some run time data also has translations and I'd like to load that translation data on-demand using ngx-translator.

Is there a way to load static files and also be able to load additional data on-demand?

0

There are 0 answers