Open up a Terminal window. (If you have never seen Terminal before, go to Spotlight Search and type "Terminal.")
In the Terminal box, try this:
defaults read com.google.Chrome AppleLanguages
If you see this:
| # git config --global core.excludesfile ~/.gitignore_global | |
| # Some common .gitignore configurations: https://gist.github.com/octocat/9257657 | |
| # Copy the next content on the .gitignore_global file: | |
| .DS_Store | |
| *.class |
| import java.math.BigDecimal; | |
| import java.util.ArrayList; | |
| import java.util.List; | |
| class StreamFilter { | |
| public static void main(String[] args) { | |
| List<Wrapper> list = new ArrayList<>(); | |
| list.add(new Wrapper("true")); |