There's an instance where I want to specify a spanish version of the copy. Even though the default language is set to english.
Is it possible to pass the localization-specified for getString()?
There's an instance where I want to specify a spanish version of the copy. Even though the default language is set to english.
Is it possible to pass the localization-specified for getString()?
If you are trying to get a string from a different locale, then you'll need to temporarily switch the locale. You can find the example here: how to get string from different locales in Android?