LanguageSwitcher
LanguageSwitcher copied to clipboard
Example how to switch iOS app's language on-the-fly, instantly
if you select a language and then close and run the app again, the previously selected language is not set as the default language.
It appears that swizzle for NSLocale.current no longer fixes the decimal input problem as described in: http://aplus.rs/2017/in-app-language-change-in-ios-app/ > You can see that keyboard view still shows the . but if...
Hello, thanks for the example your provided. I have this old problem, that I want to switch the layout direction for RTL languages, e.g., Arabic. ![simulator screen shot apr 25...