We are in the process of making an English/Arabic version of an Adapt course, and there are at the moment two issues we have encountered:
- In the Accordion component, the item title text seems to be left-adjusted (the text inside the item is right adjusted). We have fixed it with this custom css:
.accordion-item-title {
.dir-rtl & {
text-align: right;
}
}
- We have vidoes which in the English version has English subtitles, and in the Arabic version has Arabic subtitles, but it seems that when you change the languge (with the Language Picker), the default subtitle is selected by using the start language of the course (which is still English).
This means that when you change to the Arabic version the selected subtitle is "none" (English subtitle is not present) and you have to select Arabic subtitle manually using the CC button).