Thursday 10 September 2009 10:19:38 am
Hi, I have an object in different languages. eng-US is the default and fre-FR in second. I try to get the url_alias of the node of my object in a specific language. But the urlAlias() always return the default language. Simple exemple:
$oNode = eZContentObjectTreeNode::fetch(15169, 'fre-FR'); echo $oNode->urlAlias(); it didn't work. Someone already has this problem ? Thanks PS: Sorry for my english
|