Seduler Joomla into Dutch

How can i change the language of Seduler in Joomla?

Hi,
Actually component should detect Joomla’s language and apply according localization if it’s available.
If you’d like to change it manually then you should open file components/com_scheduler/config_init.php and modify the follow line:

$config->locale = $locale;

like here:

$config->locale = 'nl';