getLanguageParams
Read the engine-specific params dictionary for a language previously added via
addLanguage() or set via
setLanguageParams().
Parameters
code
Language code previously passed to addLanguage().
Returns
Record<string, unknown> | undefined — The params dictionary if set, or
undefined when the code is unknown or has no params.