Skip to content

Instantly share code, notes, and snippets.

@carry0987
Last active August 17, 2018 12:35
Show Gist options
  • Save carry0987/69406a55671f1e63ac6cee08a2a3d48d to your computer and use it in GitHub Desktop.
Save carry0987/69406a55671f1e63ac6cee08a2a3d48d to your computer and use it in GitHub Desktop.
RPi3-Set-LC

RPi3 Set LC

Required Tools

You can use Nano or Vim, here I use nano to edit locale

Step

  1. Use sudo nano /etc/default/locale to edit locale file

  2. Put following content into locale

    LANG=en_US.UTF-8
    LANGUAGE=en_US.UTF-8
    LC_ALL=en_US.UTF-8
    LC_TYPE=en_US.UTF-8
    

  3. Save and exit
    Press Ctrl+O and then Ctrl+X

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment