Is there any way to append a locale specific CSS file using the resources framework? We have a scenario in which some translated text takes us more space than the en_US version so we'd like to use a slightly smaller font and/or reduce the padding and spacing for this specific use case.
If I were writing a "standard" spring app I would use the theme framework for this but I was wondering if it's possible to do something similar using the resources framework?
Thanks


Reply With Quote
