hi guys can anyone guide me on implementation of Internationalization on Android platform. I am implementing my application in german language where i have too accept the inputs from user. The inputs are also having number, as germans use ‘,’ character instead of ‘.’ dot character and also date formats are different. So has anyone worked on such stuff. Please share your knowledge in this post wrt internationalization on android.
hi guys can anyone guide me on implementation of Internationalization on Android platform. I
Share
I assume you’ve read the localization-guide. That should help you translate your strings.
You’ll also be interested in the Format classes, particularly NumberFormat (for numbers, percentages, currency…) and DateFormat.