if I have two web page of the same content but different language, do I need to put them under the same category/same section/have the same title/have the same menu item
is this a spam message?
Quoteif I have two web page of the same content but different language, do I need to put them under the same category/same section/have the same title/have the same menu itemExactly !!
seehttps://forum.elxis.org/index.php?topic=3246.0
However, the inability to switch menu item language (without a hack) would make the web site not only look un-professional,...
<?php if ($lang == 'greek') { $title = 'αρχική σελίδα';} else { $title = 'home page';}?><a href="xxxx" title="<?php echo $title; ?>"><?php echo $title; ?></a>