Access to language variables within the router

Is it possible to access the language variables within the router?
For example, this line returns only the value null
l::get('email);

You could load the language files manually, see here:

It works! Thank you!