martinroob / ngx-i18nsupport

Some tooling to be used for Angular i18n workflows
MIT License
285 stars 69 forks source link

ngx-i18nsupport dynamically language switcher on the dropdown list selection? #162

Open onlinerahul opened 4 years ago

onlinerahul commented 4 years ago

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

ahmadalfy commented 4 years ago

I don't think it's possible. There is a bundle per language