how to use same lay out for two controllers?

You can specify a different layout to use in the controller.

So inside the user_controller add this line layout 'languages'

and it should look in the layout folder for a languages.rhtml file.

Sharma Chelluri wrote: