You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Language Support
By default all APIs return error messages and textual information in English. To run an API with another language include the ‘lang’ parameter with a 2 letter code of the language. E.g. for French: ...&lang=fr. Note that only languages which are enabled in Alma can be used (according to ‘Institution Languages’ mapping-table).
Adding this "extra parameter" to AlmaClient can make easier to handle multiple language instances.
I solved the issue for the moment extending AlmaClient:
Following documentation of Alma API at
https://developers.exlibrisgroup.com/alma/apis/#lang
Language Support
By default all APIs return error messages and textual information in English. To run an API with another language include the ‘lang’ parameter with a 2 letter code of the language. E.g. for French: ...&lang=fr. Note that only languages which are enabled in Alma can be used (according to ‘Institution Languages’ mapping-table).
Adding this "extra parameter" to AlmaClient can make easier to handle multiple language instances.
I solved the issue for the moment extending AlmaClient:
The text was updated successfully, but these errors were encountered: