Forum Discussion
Peterallen
3 years agoCommunity Member
Arabic Closed Captions
I have an Arabic course that contains closed cpations. When I import my translated VTTs, the text displays LTR instead of RTL.
See the attached image for reference.
You can see the punctuation i...
Jürgen_Schoene_
2 years agoCommunity Member
a solution for the modern player
https://community.articulate.com/discussions/articulate-storyline/right-to-left-prompt-for-atabic
for the classic player you have to inject
<style>
.message-window-heading {
text-align: right !important;
padding-right: 15px !important;
}
</style>
result:
- KimBettendorf2 years agoCommunity Member
Hi Jurgen, this is the exact issue I'm having and it looks like your solution will work perfectly. However, I'm new to adding script directly like that.
Where do I add that script? How do I open a field/window that accepts script for captions specifically?