I’m encountering an issue with the CountryCodePicker library in my Android application. When the locale is set to Turkish (tr), some country flags are not displaying. My app supports two languages, with separate string resources for English and Turkish.
How can I address this issue and ensure that all country flags are displayed correctly regardless of the locale, especially when using the Turkish (tr) locale.
BTW I am using the below library for country code picker:
https://github.com/hbb20/CountryCodePickerProject
I tried setting a temporary locale to English(en) and then reverting to whatever user’s chosen language, but this is not the right way.