Saturday 07 November 2009 6:06:56 am
Hi, You have to create a new siteaccess for each new language you want to access. For example if you want a new siteaccess named "french", with domain name "fra.domain.net" and locale "fre-FR" : 1 ) Open your settings/override/site.ini.append.php :
SiteSettings : Add "french" to the SiteList array
SiteAccessSettings : Add "french" to AvailableSiteAccessList and "fra.domain.net;french" to HostMatchMapItems RegionalSettings : Check that "fre-FR" is in the SiteLanguageList 2 ) Copy the setting folder of your main public siteaccess and rename it to "french" 3 ) Add "french" to all site.ini / SiteAccessSettings / RelatedSiteAccessList 4 ) Open your new "french/site.ini.append.php" file : edit SiteSettings and RegionalSettings 5 ) Clear all caches and browse "fra.domain.net" Hope it helps.
|