Allmy texts are in string.xml files which in turn contained in the folders values-hi, values-en. how to specify Locale marathi or please let me know the language specifier for values folder to fetch marathi strings
In oncreate() method of my main activity im setting language as setLanguage("hi") before setting the content. then after setting the content and intilisizing a textview im doing mHeaderText.setText(R.string.my_header); my header is read from string.xml in values-hi folder. but if I set language as "mr" , string is not fetched from values-mr folder. Greatly appreciate the help
3a8082e126