GKSHOP
GKSPHONE V2Configuration

Currency

Set the currency symbol and number format, per language.

Currency follows the player's phone language, so it is set in the locale files under gksphone/config/locales/ — one per language.

Number format

Each file has a top-level PHONE_SETTINGS_NUMBERFORMAT. It takes a standard locale code and decides both the symbol and the thousands/decimal separators:

en.json
"PHONE_SETTINGS_NUMBERFORMAT": "en-US"
CodeCurrency
en-US$ US Dollar
en-GB£ Pound
de-DE Euro
fr-FR Euro
tr-TR Turkish Lira
ja-JP¥ Yen

Set it in every language file you serve — a player on a German phone reads de.json, not en.json.

App-specific symbols

Two apps carry their own label, which the number format doesn't cover:

"QbitAPP": { "APP_QBIT_CURRENCY": "USD" },
"RentACarAPP": { "APP_RENTACAR_CURRENCY": "$" }

Restart gksphone after editing.

On this page