jaydeepw / poly-picker

Android library project for providing multiple image selection from the device.
406 stars 114 forks source link

how to add other language string? #46

Closed cubehead closed 9 years ago

cubehead commented 9 years ago

i18n support, please.

jaydeepw commented 9 years ago

Here are some details how to localize in Android. I would really get things ready for you to just add localized strings but right now I am working in office and got a lot of work to finish.

http://developer.android.com/guide/topics/resources/localization.html#using-framework

jaydeepw commented 9 years ago

Basically if you want to, for example, localize for french language, add a directory named values-fr in res/ and copy the strings.xml file to it. Change all the readable English default strings to French and you are done. Send me a pull request.