AndroidRate icon indicating copy to clipboard operation
AndroidRate copied to clipboard

Custom dialog options not working on different locales

Open Azgraal opened this issue 6 years ago • 1 comments

Hello, I tried using the custom dialog strings as mentioned and they work fine on the default locale, but if I change them to one of the supported languages it reverts back to the default text. Any clue on what to do?

Azgraal avatar May 08 '19 01:05 Azgraal

@Azgraal You can't overwrite those in the default string.xml. You need to add string values for that particular locale. Create a new values_{language} folder and add a new strings.xml in it.

ataravati avatar Oct 15 '19 18:10 ataravati