-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to update view on language change? #123
Comments
Have you tried to set state? |
@stefalda I have used redux state update, and also update state in functional component. But problem is that I have used language select list in header component and want updated view for my page component. It's not working even with the redux state update. |
@ArchanaSharma95 Were you able to resolve? |
+1 |
+2 |
|
You can find a simple example in the example subfolder. |
I have "setContent" and then "setLanguage" but nothing changed, if I perform routing then it will show the new language changes. Please tell me how can I change the texts on just language change.
I have used a language select list inside header and want to reload the page content by selecting or changing language. How can I achieve this?
The text was updated successfully, but these errors were encountered: