I hope you understand my bad English.
Our app will support Korean and English.
In addition to showing the language of the app in the user's preferred language,
I want to support changing the app's language from within my app.
So I'll include a language change button in the settings screen of my app.
And I'm using String catalog to localize the app.
What should I do in this case?
The only thing I can find on the internet is how to implement a language change button using an older version.
If I use string catalog and create an old version of the language change button, will it be reflected?