h5p editor API language requst
Submitted by Lev_MG on Thu, 09/14/2023 - 13:10
Forums:
Hello,
i try to request some other languages like this
https://h5p-laravel-demo.stage.etd24.pl/api/admin/hh5p/editor?en
https://h5p-laravel-demo.stage.etd24.pl/api/admin/hh5p/editor?pl
Both of them work. Now when I want to call up another one, I only get en translation.
https://h5p-laravel-demo.stage.etd24.pl/api/admin/hh5p/editor?de
I installed the demo and can see the file
...vendor/h5p/h5p-editor/language/de.js
but have the same problem.
How can I integrate other languages?
otacke
Thu, 09/14/2023 - 17:06
Permalink
I assume that would be a
I assume that would be a question for whoever wrote the H5P integration that you are using.