Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
24i
Streaming Star

Non English/Latin Languages support

Hello,

I stumbled upon a question to which I can't find the answer for in the docs nor on the forums. A client is requesting multi language support for english and non-latin character languages like Thai. 

From what I know it should be possible to display Thai text in a Label if the right font is being set to the Label. But as far as I know it's not possible to set a font for the subtitles in the Video component and thus I don't know what will happen if the client sends a Thai subtitle and we set that to the Video component.

Does Roku support non-english character languages like Thai as subtitles? If not, is this going to be supported in the (near) future? 

p.s. I'm talking about the SceneGraph elements/components

EDIT
According to Roku this should be possible through the subtitleTrack property. 
We haven't tested this yet!
0 Kudos
1 REPLY 1
RokuJoel
Binge Watcher

Re: Non English/Latin Languages support

Hi. I have an open ticket on this with our SceneGraph engineering team. At present it appears that support for 3rd party fonts for subtitles was inadvertently left out of RokuSceneGraph, So for now, the only approach that I can recommend is to use roVideoPlayer with roCaptionRenderer to render your subtitles. You will have to implement your own trick-mode for that (fast forward 3 levels / rewind 3 levels / play pause / instant replay). It is possible to use roVideoPlayer from the main Brightscript thread while most of your channel is scenegraph - our own RAF library currently does this.

 - Joel
0 Kudos