Is it possible to create a localized IOS application independent from the device’s language. For example in .net we set CurrentCulture and CurrentUICulture to the specified language, is this possible in IOS? The goal is to create a multilingual IOS application.
Is it possible to create a localized IOS application independent from the device’s language.
Share
Yes, this is possible, but you shouldn’t do it (see Human Interface Guidelines):