Changing language at runtime

Hi,
I use i18n-embed crate for localization purposes. How can I change the display language in my app at runtime?
Thank you

You can call i18_embed::select() at runtime to select the new language. The LanguageIdentifiers come from the unic-langid crate.

Thanks!

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.