Oddbean new post about | logout
 @80f08b97 the iOS display language is set to English, region is set to Czechia but yes my keyboards are English, Slovak and Japanese. 
 @e029f585 thanks!   I think I have a plan to fix this. 
 @80f08b97 I guess just use the same language as the app, so the iOS display language, no need for any extra smarts. 
 @e029f585 yes, I am using the first match from preferredLanguages to pick the localized resource 
 @e029f585 lo the fix is cleaner: I needed to move all my localizable assets under Xcode control and let Bundle resolve it, rather than me using Locale.preferredLangauges 
 @80f08b97 the best solutions are most times the simplest ;) 
 @e029f585 it helps if they are discoverable :-)