You can use something like
if($currentlang=="en-CA"): ?>
at an appropriate location in your themes header.php to test the current language and act accordingly.
You can use something like
if($currentlang=="en-CA"): ?>
at an appropriate location in your themes header.php to test the current language and act accordingly.