Changing one full-text index column Language (LCID) to Neutral when the others are English results in the following error:
System.Data.SqlClient.SqlException (0x80131904):
Full-text table or indexed view has more than one LCID among its
full-text indexed columns
Repopulating the index does not resolve the error.
If SQL Server lets me specify different Languages for every full-text column, then surely there must be a way to bypass this error?