android-image-picker
android-image-picker copied to clipboard
Is there a way to change language for "selected" ?
image Picker version: 3.0.0-beta
1
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>
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