Localization of Settings.bundle defaultvalues
Posted
by notnoop
on Stack Overflow
See other posts from Stack Overflow
or by notnoop
Published on 2009-08-26T17:00:02Z
Indexed on
2010/05/24
17:11 UTC
Read the original article
Hit count: 386
How can I have a localized default values in the Settings bundle? I encounter this problem for regionally sensitive defaults.
Consider an option in the settings bundle to indicate whether to show distances in miles or kilometers. The default settings for en_US and en_GB is 'miles, and km for everywhere else.
Does the SDK provide a settings for that? Or should I just add a third option: 'Infer metric system, miles, kms'
© Stack Overflow or respective owner