我试图了解如何使用SilverStripe4设置多语言网站。我可以在SilverStripe3上找到它: https://userhelp.silverstripe.org/en/3/optional_features/working_with_translations/about-translatable
但是我找不到SilverStripe 4的可翻译模块的任何文档。
SilverStripe 4不支持此功能来构建多语言网站吗?还是现在有其他方法可以使网站多语言化?
答案 0 :(得分:2)
Silverstripe CMS本身已经可以通过将i18n文件添加到您的mysite或module文件夹中的lang来进行翻译。
要通过语言切换,正确链接等为最终用户实施可靠的网站翻译,我建议使用https://github.com/tractorcow/silverstripe-fluent,如@RobbieAverill所述。