AndroidRate
AndroidRate copied to clipboard
Custom dialog options not working on different locales
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 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.