Skip to content

Instantly share code, notes, and snippets.

@ShanikaNishadhi
Created March 29, 2019 14:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ShanikaNishadhi/6a2dae95c5af92e30593feece13cac6d to your computer and use it in GitHub Desktop.
Save ShanikaNishadhi/6a2dae95c5af92e30593feece13cac6d to your computer and use it in GitHub Desktop.
import java.util.Locale;
public class LanguageTagExample {
public static void main(String[] args) {
Locale locale = Locale.forLanguageTag("en-US");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment