'Android String resource lowercase

I'm working on localization and having a small issue with string resources. Is there a way I can make "%s" in string lowercase?

<string name ="abc"> abc %s </string>

Please note: I cannot apply lowercase() on TextView.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source