I have string.xml into files values-ar , values-fr and I want to get a string value from one of them manually. for example:
R.string-ar....
R.string-fr....
I know that the system search the string according to the system language or the app language. but I want to get a string from a specified file regardless of the system or the app language!