I am stuck on a problem. I have an android app that supports 2 languages - English and Bangla.
I have 3 spinners namely stateSpinner, districtSpinner, and subdivisionSpinner. The localization is working fine.
The problem I have is storing the name of the State, District, and Subdivision in English (strings.xml).
Is there any way to read the data from strings.xml (English) only?