Mudassir
Mudassir

Reputation: 13164

Locale Setting in Android

What is the difference between locales ja and ja_JP in Android? Do I have to care about both?

Thanks in advance.

Upvotes: 4

Views: 1421

Answers (1)

Patrick Boos
Patrick Boos

Reputation: 7029

Here is the definition what the difference is: http://developer.android.com/reference/java/util/Locale.html

ja = japanese ja_JP = japanese as spoken in Japan

easy is if you just implement for the local ja for everyone speaking japanese no matter where they live.

Upvotes: 3

Related Questions