I have a table with a column, which stores a text. But that column is multi-language.
For each text, language is defined by another column.
My question is how to use fulltext search for that column?
Are there some solutions besides using different columns for each language or using views in SQL Server 2012?