diff options
author | Ramanan Rajeswaran <nobody@android.com> | 2009-05-18 14:20:06 -0700 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-05-18 14:20:06 -0700 |
commit | 808f2919ee9cd9ff678ef091da0c7b703c929003 (patch) | |
tree | 38fdf6d1ddb9bec7f53374b4c84d0f11cfb055ea | |
parent | 5d6d773fab559fdc12e553d60d789f3991ac552c (diff) | |
download | frameworks_base-808f2919ee9cd9ff678ef091da0c7b703c929003.zip frameworks_base-808f2919ee9cd9ff678ef091da0c7b703c929003.tar.gz frameworks_base-808f2919ee9cd9ff678ef091da0c7b703c929003.tar.bz2 |
AI 148962: Default language in Switzerland should be german and not english.
Automated import of CL 148962
-rw-r--r-- | telephony/java/com/android/internal/telephony/gsm/MccTable.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/telephony/java/com/android/internal/telephony/gsm/MccTable.java b/telephony/java/com/android/internal/telephony/gsm/MccTable.java index 6198979..e18da56 100644 --- a/telephony/java/com/android/internal/telephony/gsm/MccTable.java +++ b/telephony/java/com/android/internal/telephony/gsm/MccTable.java @@ -182,7 +182,7 @@ public final class MccTable table.add(new MccEntry(222,"it",2,"Europe/Rome","it")); //Italy table.add(new MccEntry(225,"va",2,"Europe/Rome","it")); //Vatican City State table.add(new MccEntry(226,"ro",2)); //Romania - table.add(new MccEntry(228,"ch",2,"Europe/Zurich","en")); //Switzerland (Confederation of) + table.add(new MccEntry(228,"ch",2,"Europe/Zurich","de")); //Switzerland (Confederation of) table.add(new MccEntry(230,"cz",2,"Europe/Prague","cs")); //Czech Republic table.add(new MccEntry(231,"sk",2)); //Slovak Republic table.add(new MccEntry(232,"at",2,"Europe/Vienna","de")); //Austria |