4.3 loadsettings

Loads the settings for the output module and processes the options from the hash. Input validation of the options received from the hash should be done in this subroutine.

Warning

Any values passed to this subroutine should be input validated before they are used.
Parameters:

$kiriwrite_outputmodule->loadsettings(language, options);
Usage:

$kiriwrite_outputmodule->loadsettings("en-GB", %options);
language
Specifies the language strings to be used.

options
Specifies the options for the output module as a hash.