set_language


Description:

public bool set_language (string? lang) throws Error

Set the language on this to lang, possibily returning an error in throws.

Parameters:

this

The Checker object.

lang

The language to use, as a locale specifier (i.e. "en_US"). If NULL, attempt to use the default system locale (LANG).

Returns:

FALSE if there was an error.