You might even define only some languages to match:
Router::connect('/:i10n/:controller/:action/*', array(), array('i10n' => 'en|de|it|es'));
In this way you could use another 2char string to match another rule (ex: /up/files)
Achievements
10
Karma
0
Total ProTip Views
Charity
Fork and commit to someone's open source project in need
You might even define only some languages to match:
Router::connect('/:i10n/:controller/:action/*', array(), array('i10n' => 'en|de|it|es'));
In this way you could use another 2char string to match another rule (ex: /up/files)