dimanche 12 février 2017

Handle Multilingual Counting

Vote count: 0

I'm creating an app that has a high score counter. The app sets support for multiple languages inside of an object like below :

{
    "English": {
        greeting: "Hello",
        etc.
    }
}

It seems inefficient to make an object with numbers from different languages, especially for high scores. What would be the best way to handle displaying a high score to users for multiple languages?

asked 30 secs ago

Let's block ads! (Why?)



Handle Multilingual Counting

Aucun commentaire:

Enregistrer un commentaire