I'm trying to make an app that works in several countries and hence needs to run in several languages.
For the sake of this question assume the app has to run in English (the original ST2 language) and Chinese (an entirely different language).
I've managed to change labels, stores, titlebars, buttons and more. The textfield input is not a problem since the user will use the "Chinese Keyboard" from Apple on iOS.
But how do I change the language of the sliderfield input ??? As of now it shows the English 1,2,3...99,100,… when sliding. But I need it to be in Chinese numerals.
Thanks. I forsee a very difficult future As of now I'm taking the sliderfield.getValue() to get the number its at. Im guessing now i'll have to translate that into another language. Ouch.