My application has internationalization and the language code is in the first part of every path like "/en/dosomething" and "/de/dosomething"
How do i make a single access rule for the "dosomething" resource instead of 2 and still check for "en" and "de"?