fww_GetLocalizedText
- Last UpdatedMar 18, 2021
- 1 minute read
Returns the strings from the LocalizedText table for the requested language. If the specified translation is not found, English strings are returned.
Syntax
SELECT * FROM dbo.fww_GetLocalizedText(LangID)
Arguments
LangID
The locale ID for the language used. This ID is also used in the SQL Server syslanguages table. This value is of data type int.
Table Returned
The results are returned as a table that has the same columns as the LocalizedText table. However, the returned table will only include those rows containing strings in the specified language.