Skip to content

Commit

Permalink
Update faq.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jackchammons authored Jun 22, 2016
1 parent fadcb33 commit 51e6310
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions commandline/WSL/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,14 @@ To turn off legacy console:
1. Right click title bar -> Properties -> Uncheck Use legacy console
1. Click OK

### How do I change the display language of WSL?
WSL install will try to automatically change the Ubuntu locale to match the locale of your Windows install. If you do not want this behavior you can run this command to change the Ubuntu locale after install completes. You will have to relaunch bash.exe for this change to take effect.

The below example changes to locale to en-US:</br>
``` BASH
sudo update-locale LANG=en_US.UTF8
```

### Where can I provide feedback?

You can share feedback and ask questions through multiple channels:
Expand Down

0 comments on commit 51e6310

Please sign in to comment.