commit | 42208100d87769006d0448db604a2efa1048b5d3 | [log] [tgz] |
---|---|---|
author | Tadashi G. Takaoka <takaoka@google.com> | Wed Jul 25 12:48:03 2012 +0900 |
committer | Tadashi G. Takaoka <takaoka@google.com> | Wed Jul 25 14:39:11 2012 +0900 |
tree | 8270831f7d978f33189a010454abdebf9dc9b0eb | |
parent | 369e54cc338d8115d63138663b882f56208d7ec3 [diff] |
Use obsolete language code of Indonesian The java.lang.Locale will transform the official language code "id" to the obsolete "in". (new Locale("id")).getLanguageCode() returns "in". To keep String representation and Locale compatible, we should use the obsolete "in" as string representation. This is exactly the same situation of Hebrew ("he" and "iw"). Bug: 6867914 Change-Id: I1a6ea6336d55cbf8a214f025aecf65308fb76140