Answers for "what if we dont have string.xml file for spanish in android"

2

How can I put a parameter into a localized string in Android?

// I use this in my string resource.

<string name="duration"><xliff:g id="minutes" example="42" >%s</xliff:g> mins <xliff:g id="seconds" example="28" >%s</xliff:g> secs</string>
// Which prints xx mins yy secs when you call:

getString(R.string.duration, minutes, seconds);
Posted by: Guest on June-25-2020

Code answers related to "what if we dont have string.xml file for spanish in android"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language