Symptom
After enabling localization, only some content is localized.
Possible Cause
The localization process timed out during the conversion.
After enabling localization, only some content is localized.
The localization process timed out during the conversion.
DELETE
FROM Tabs
WHERE CultureCode = 'xx-XX';
where xx-XX is the culture code of the added language.
UPDATE Tabs
SET CultureCode = NULL;
UPDATE PortalSettings
SET SettingValue = 'False'
WHERE SettingName = 'ContentLocalizationEnabled'
AND PortalID = xx;
where xx is the ID of the site for which localization was enabled.Recycle the application pool to allow the changes to take effect.
Comments
0 comments
Please sign in to leave a comment.