Meta Tags and PHP

Hello,

I´d like to know if I put all ‘header’ of my site in a php archive called header.php, like this:

header('<meta name="language" content="en" />');

and on index.php i put:

include("header.php");

the robots will be able to read this information? being that this information do not appear in html code.