Include templates based on current language with drupal
问题 I'm looking for a fast way to display a particular template file based on the current language of the page. Let's say I have two languages : english and french (english being the default) I have various templates files, like : page.tpl.php page-node-11.tpl.php in my theme directory. I'd like to find out a way to include these files based on the current languages; so for example if the current language is 'english', it will include 'page.tpl.php', if the current language is 'french' it will