Hi to all,
I've got a problem with the Apollo.PageLocalization.03.00.04 ...
I want to have meta-tags with a german description, if german language is selected,
and an english description, if english language is selected.
But i always get the german description:
for example:
i wrote "Hello World" as Englisch Description and
"Hallo Welt" as german Descritption
but i got:
German:
<html lang="de-DE">
<head id="Head"><meta id="MetaDescription" name="DESCRIPTION" content="Hallo Welt" />
English:
<html lang="en-US">
<head id="Head"><meta id="MetaDescription" name="DESCRIPTION" content="Hallo Welt" />
What can I do?
is it a bug? or did i anything wrong?
thanks for your help!