I have a commerce site that sup****ts the default language en-US and has
been
in business for a year or so. Now my client wants to introduce 10
different
languages to the same site. I have looked into Globalization and ways to
implement displaying content based on languages.
My biggest challenge is the existing catalog system. My current catalog
system has more than 52000 products with 60000+ variants. All products
have a
property [Keywords] that is set to Text and isFreeTextSearchable. I use
that
field for most of my searches. Now to introduce globalization, we want to
search in the language of the browser or selected language in each User
Profile.
What i will have is the translated data for the [Keyword] field. How can
go
about implementing this transition. Do I have to create a new fulltext
catalog for each of the languages?
What is the easiest way I can accomplish this upgrade. Any article that
will
have details or examples might give me a start.
Thanks in advance.