Is it possible to change the language of the app on the fly ? Based on the docs I can see that we need to compile the app for each language and than load the html for that language.. Is it possible for example to bind on some list dropdown a list of languages and dynamically change without having to reload the whole app? The ngx-i18nsupport or from directly from Angular support this?
Is it possible to change the language of the app on the fly ? Based on the docs I can see that we need to compile the app for each language and than load the html for that language.. Is it possible for example to bind on some list dropdown a list of languages and dynamically change without having to reload the whole app? The ngx-i18nsupport or from directly from Angular support this?
JavaScript Example