Hi guys, sorry if this is a really stupid question but...
on every page in my site i have set the html lang to either ga or en. I have a navigational sidebar as a php include and i think it would be really handy if i had the irish one and the english one in the same file so can i say
if htmllang==ga
blahblahblha in irish
elseif htmllang==en
blahblahblah in english
endif
roughly speaking what i want to know is if i need to set the variable htmllang or if it will recognise it? Its not such a common html setting so i doubt you'll know about it.... ohh well, thanks for any help anyway
on every page in my site i have set the html lang to either ga or en. I have a navigational sidebar as a php include and i think it would be really handy if i had the irish one and the english one in the same file so can i say
if htmllang==ga
blahblahblha in irish
elseif htmllang==en
blahblahblah in english
endif
roughly speaking what i want to know is if i need to set the variable htmllang or if it will recognise it? Its not such a common html setting so i doubt you'll know about it.... ohh well, thanks for any help anyway
