Skip to content

Instantly share code, notes, and snippets.

@FokkeZB
Last active December 17, 2015 15:59
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save FokkeZB/5635085 to your computer and use it in GitHub Desktop.
Save FokkeZB/5635085 to your computer and use it in GitHub Desktop.
Setting the language for in-app system dialogs and App Store listings.
<?xml version="1.0" encoding="UTF-8"?>
<ti:app xmlns:ti="http://ti.appcelerator.org">
<ios>
<plist>
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>nl_NL</string>
</dict>
</plist>
</ios>
</ti:app>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment