iOS base internationalization: change the language at runtime
问题 We know this is an old and painful question. If you don't know - let me briefly describe the problem. Suppose we have an application and we want to use xcode built-in localization using NSLocalizedString() - the standard way recommended by Apple. All good until you want to change the language at runtime. There is no way that you can force the application to use another language, Apple recommends always use the system language, or manually load and manage the resources (of course we don't want