Skip to content

Instantly share code, notes, and snippets.

@DylanLacey
Last active August 29, 2015 14:20
Show Gist options
  • Save DylanLacey/0e52a0d1b199ddaf6918 to your computer and use it in GitHub Desktop.
Save DylanLacey/0e52a0d1b199ddaf6918 to your computer and use it in GitHub Desktop.
Change Locale of browsers
#! /bin/bash
locale
defaults read -g AppleLocale
defaults write -g AppleLocale jp_JP
locale
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment