Hi All,
I have following requirement:
We have a internet facing publiching site and we wanted to enable multi language support for same. Also we want few pages to be straight forward with about any language code in the url's. - this is possible?
My approcach will be following to enable multi language support for a publishing site.
- Install and configure language pack's
- Configure Root variation and other language variations
- Create Variations
- Move all static content like (labels, Vaidation messages to resource files
- Create multiple resource file with respect to each language
- Deploy the resource to App_GlobalResources
- SharePoint will take care of picking the valid resource file based on language code coming in URL
So now i wanted to hear for experts, is this the best approach or any other way to support multi language for a publishing site.
Few other questions:
- In this way is it possible to access few pages with out language code in it and for others with language code?
- Any other limitations of using variations?
- Any other considerations?
Thanks
P