get_language_params
get_language_params
Retrieve the engine-specific params dict currently set on a language that was added
with add_language.
Language configurations map to the SWML ai.languages array.
See the SWML languages reference for the full specification.
Parameters
code
Language code as previously passed to add_language (e.g., "en-US").
Returns
Optional[dict[str, Any]] — The params dict if set, or None otherwise (including when
the code is unknown).
Example
Set or replace params with set_language_params.