For example, i have a script like this:
Routing.generate('_moderation_profile_confirm',{'id':objectId,'_locale':'en'})
is correct, but when i remove the '_locale' parameter, it send me error like '_locale' must be set. my route name _moderation_profile_confirm contains a '_locale' prefix but how can i send the 'current' locale for the routing manager?