sys.fulltext_semantic_languages
full-text #full-text#catalog-view
Description
Returns a row for each language whose statistics model is registered with the instance of SQL Server. When a language model is registered, that language is enabled for semantic indexing. This catalog view is similar to sys.fulltext_languages (Transact-SQL) Microsoft Windows locale identifier (LCID) for the language. Is either the value of the alias in sys.syslanguages (Transact-SQL) , or the string representation of the numeric LCID.
Syntax
SELECT * FROM sys.fulltext_semantic_languages;
GO
Examples
Example 1
SELECT * FROM sys.fulltext_semantic_languages;
GO