What I meant is that in the drop down menu to choose the book is in Danish, there is the possibility of English, Russian, French, etc.
In the previous version of book_libary, one might add:
Quote from another thread in the forum:
{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', 'English';
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 ("English", _BOOKLIBRARY_LANGUAGE_DAN));
How to do it in the new version of book_libary