Replies: 1 comment
-
As we added multilingual support in 7d4dd2c, I would consider this discussion to be resolved. Thank you, once again! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Dear all, hello Sebastian,
Currently, we have a need to provide programming exercises in multiple languages in multilingual courses. Instead of working with translated copies of certain exercises, we would like to offer multilingual exercise descriptions, whose presentation is controlled by the language selection of the user interface.
As an approach, I see a method used in Moodle (i.e. the Multi-Language Content Filter): Attributes (
lang="XX"
andclass="multilang"
) are used to indicate the language of content elements. CSS and possibly Javascript are then used to control the visibility on the page.Sebastian, could you please give me a hint where to start in the code to implement something prototypically? I was thinking of starting at views/exercises and views/layouts. At what point in the codebase would I need to insert a CSS fragment or a JS fragment?
Thanks in advance. I would then post the results of my attempts here for discussion.
Greetings from Ilmenau,
Gunther.
Beta Was this translation helpful? Give feedback.
All reactions