Hi all, this is a multipart question dealing with how people handle i18n and URI.

I didn't see a clear way of handling this inside Spring so I was planning to inject all my known translations into the request mapping and send them to my known view.

Anyone ever do something similar or have an idea on how to inject additional request mappings into Spring when you are using context scanning in Spring 3?