Documentation Index
Fetch the complete documentation index at: https://www.integrate.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Description
Normalizes a language name or code to an ISO 639 language code. Use it to standardize language values from mixed sources before storing, deduplicating, or joining on language.Syntax
NormalizeLanguage(string_expression)
Examples
NormalizeLanguage('English') returns 'en'.
NormalizeLanguage('eng') returns 'en'.
NormalizeLanguage('Français') returns 'fr'.