Hello,
Possible
For that you need in file:
{yours site}/components/com_booklibrary/language/english.php
find row like:
DEFINE('_BOOKLIBRARY_LANGUAGE_RUS', 'Russian'
;
and below it add row like
DEFINE('_BOOKLIBRARY_LANGUAGE_DAN', 'Danish'
;
in file;
{yours site}/administrator/components/com_booklibrary/admin.booklibrary.class.others.php
find row like:
array_push($retVal, array("Russian", _BOOKLIBRARY_LANGUAGE_RUS));
and below it add row like
array_push($retVal, array("Danish", _BOOKLIBRARY_LANGUAGE_DAN));
Thanks,
Ordasoft team