Drjacky / ImagePicker

📸Image Picker for Android, Pick images from Gallery or Capture a new image with Camera🖼
https://github.com/Drjacky/ImagePicker
Apache License 2.0
230 stars 57 forks source link

Setting up different languages #101

Closed andreacarpibomber closed 1 year ago

andreacarpibomber commented 1 year ago

How can I change the language to spanish?

Drjacky commented 1 year ago

It already supports Spanish: https://github.com/Drjacky/ImagePicker/tree/master/imagepicker/src/main/res

When the device OS locale is set to Spanish, the library detects it automatically.

But if you want it to be always Spanish, you need to move the Strings from es to the main strings.xml in the values(which contains English right now)