You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
It would be nice to have an option to change the language of the component "on the fly", for example if I have a big application with multiple languages, I'd set the default language like:
MatSelectCountryModule.forRoot('en'),
Describe the solution you'd like
We could maybe add a service that can also control the language, and we could just call it when the entire app's language changes like:
this.selectCountryService.selectLanguage('hu')
so, that I don't have to get the currently selected app language and pass it to select-country every time as an Input
The text was updated successfully, but these errors were encountered:
antalmate12
changed the title
Change language "on the fly"
Change language "on the fly" globally
Nov 30, 2022
Is your feature request related to a problem? Please describe.
It would be nice to have an option to change the language of the component "on the fly", for example if I have a big application with multiple languages, I'd set the default language like:
Describe the solution you'd like
We could maybe add a service that can also control the language, and we could just call it when the entire app's language changes like:
so, that I don't have to get the currently selected app language and pass it to select-country every time as an Input
The text was updated successfully, but these errors were encountered: