Is there a way to force a template to get translated to a certain language without passing RequestCo
- by Vasil
I'm rendering a template with a management command (something I need
for producing documentation in my native language). So I've no request
object, so no RequestContext. Is there a way I can force the template
rendering process to lookup translation strings from a particular
language other than English?