Android-image-cropper: Change "Crop" title in other language

Created on 17 Feb 2017  路  2Comments  路  Source: ArthurHub/Android-Image-Cropper

My app is in Spanish. How to change title "crop" to Spanish

Most helpful comment

you can add:

<string name="crop_image_menu_crop">Crop</string>

to the strings.xml on your own project and it will override whatever value is placed on the library.

All 2 comments

you can add:

<string name="crop_image_menu_crop">Crop</string>

to the strings.xml on your own project and it will override whatever value is placed on the library.

Very nice Tip

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Transformat picture Transformat  路  5Comments

ValentinTaleb picture ValentinTaleb  路  6Comments

rahulwadhai picture rahulwadhai  路  5Comments

willemevenwel picture willemevenwel  路  7Comments

eugenio-caicedo picture eugenio-caicedo  路  4Comments