I have 2 instances of wordpress installed on a single domain name, one for 1 language version, a second in a subfolder for the english version, like http://mydomain.com/en/
On the home page of each version I want to display some specific text in the footer which should not display in internal posts or pages.
On the 1st language version the is_home tag works well.
However, for some reason, on the english version the is_home is not recognizing http://mydomain.com/en/ to be the homepage, hence the text does not display.
How can I solve this to set the english site's homepage as the 'home' page?