assign filter to all controllers

can I assign a filter to all controllers, like this?

'Controller'=>array(

    'filters'=>array( array('application.filters.InitLang',) ),

nope. This is something I am thinking about now. Similar requirements may be needed for modules. I am not sure what is the best way to achieve this.

Include this functionality in Base Controller which gets called up automatically and can be overridden when desired.