Skip to content

Instantly share code, notes, and snippets.

@ostholz
Created September 2, 2013 13:46
Show Gist options
  • Save ostholz/6413025 to your computer and use it in GitHub Desktop.
Save ostholz/6413025 to your computer and use it in GitHub Desktop.
iOS System UIControls localization
in Info.plist
<key>CFBundleLocalizations</key>
<array>
<string>zh_CN</string>
<string>en</string>
<string>de</string>
</array>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment