Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sushant-here/b6bd3b0f365de6eede5472613570b060 to your computer and use it in GitHub Desktop.
Save sushant-here/b6bd3b0f365de6eede5472613570b060 to your computer and use it in GitHub Desktop.
UserDefaults.standard.set(false, forKey: "NSDoubleLocalizedStrings")
UserDefaults.standard.set(true, forKey: "NSAccentuateLocalizedStrings")
UserDefaults.standard.set(true, forKey: "NSSurroundLocalizedStrings")
UserDefaults.standard.set(true, forKey: "NSShowNonLocalizedStrings")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment