Dynamic change of language
See original GitHub issueHello,
I am able to change language as mentioned in you guide.
My app comunicate with editor with messages.
When I sent message with data to change language, ContentEdit.LANGUAGE
is changed as intended, but language stays the same.
Am I missing something? Can you advice me, how to change language dynamicaly?
Thanks in advance.
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Language Dynamics and Change - Brill
This international peer-reviewed journal covers both innovative and traditional aspects of the study of language change.
Read more >Dynamics of Language Changes - Springer Link
This book explores the dynamics of language changes from sociolinguistic and historical linguistic perspectives, advances current research in language ...
Read more >The dynamic change of a language - The Statesman
Who knows whether, in the near future, most people in the world will end up speaking Chinese, or Arabic, or Spanish? There are...
Read more >Dynamics of Language Changes: Looking Within and Across ...
Each chapter explores a different component of language change, including typology, syntax, morphology, phonology, semantics, lexicology, discourse strategies, ...
Read more >Dynamic Language Switching | Internationalization - Flylib.com
Dynamic Language Switching · Provide a means by which the user can switch language. · For every widget or dialog, set all of...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Oh, perfect, it works out of box!
Thanks a lot for your help, you saved my day.
OK so if you need to do this reactively it’s likely you’d need to determine what’s active on the screen currently (toolbox, dialog, etc) and basically use unmount/mount for each (including applying the active widget class to each).
Since most of the time the only relevant UI component is the toolbox (as it’s the only one with translated content that’s mounted from the moment the editor is initialized) the following code works for me in the sandbox demo.
Hopefully this helps you for now or at least points you in the right direction - let me know if you have further issues.