What is the best way to implement multi-lingual capability on a site?
May 25, 2004 12:28 AM
Subscribe
I'm looking for advice on creating and maintaining a large
multi-lingual website--or rather, a large English-only site that's going multi-lingual soon, once we start capturing our users' language preferences via a self-registration form and putting that into a cookie. Or is it better to detect the browser's settings? Or something else? Any book suggestions? First-person accounts? Suggestions of great websites that implement multi-lingual capability in novel or especially nice ways?
FYI, we use a proprietary CMS to output a giant XML tree, which we manipulate via XSLT stylesheets, then pull them into a JSP and/or build the whole thing with various modules in Vignette. (Don't ask.) But my point is that getting the data into XML form at the outset is not a problem, if that helps answer the question any. Also, our user base are all registered users; you have to login to use the site. Which is why I'm thinking profile-based/cookie-based language choices, rather than browser-based.
posted by Asparagirl to computers & internet (10 comments total)
posted by gen at 12:44 AM on May 25, 2004