
24i
Streaming Star
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2017
06:38 AM
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!
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!
1 REPLY 1

RokuJoel
Binge Watcher
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2017
07:21 PM
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
- Joel