iOS Get localized version of a string for a specific language
问题 I'm building an application for iOS that will be available in both English and French languages. I've read some tutorials around internationalization and I have an understanding of how it works and what I need to do. The problem I'm having is there is a specific case where I want to load French strings for an English user. I understand it's possible to set the language for the entire application, but that it requires the application to be restarted before it will take affect. I'd like to