SoH
SoH

Reputation: 2190

How to add more locale (Switzerland) to android

In the Android Locale file I do not see Switzerland. But I would like to display the currency (CHF) is someone is using my application from Switzerland. The problem is I never see the swiss locale even if I want to add it programatically. Anyone knows how to add Swiss locale?

Upvotes: 0

Views: 687

Answers (1)

momo
momo

Reputation: 3551

I think important for you is:

  1. German, Switzerland (de_CH)
  2. French, Switzerland (fr_CH)
  3. Italian, Switzerland (it_CH)

Also have a look at this SO question

Upvotes: 1

Related Questions