Java tutorial
//package com.java2s; import java.util.Locale; public class Main { public static Locale getLocale() { return Locale.ENGLISH; } }