android-image-picker icon indicating copy to clipboard operation
android-image-picker copied to clipboard

Is there a way to change language for "selected" ?

Open laisuki1109 opened this issue 3 years ago • 1 comments

image Picker version: 3.0.0-beta big-Screenshot_20211111-133246_LearnHour 1

laisuki1109 avatar Nov 26 '21 10:11 laisuki1109

Did you try to override string with key "ef_selected_with_limit" in your application's strings.xml

Example:
<string name="ef_selected_with_limit" tools:override="true">%1$d/%2$d selected</string>

tungthanh1497 avatar Jan 06 '22 06:01 tungthanh1497

Closing the issue as the current solution for this is to override the string itself like https://github.com/esafirm/android-image-picker/issues/397#issuecomment-1006316520

esafirm avatar Nov 19 '22 22:11 esafirm