Humm, you must drop # this characternkaushal wrote: I have done the changes as mentioned below, but its still going to en_US
$config = &$gCms->GetConfig();
$url = "";
$alias = ($this->mAlias != ''?$this->mAlias:$this->mId);
/* use root_url for default content */
if($this->mDefaultContent) {
#$url = $config['root_url']. '/';
#return $url;
}
if ($config["assume_mod_rewrite"] && $rewrite == true)
{
if ($config['use_hierarchy'] == true)
{
Alby