Thanks.
So I am setting the "SubtitleTracks" in the content-meta-data, with the list of subtitle available for a video. The problem is, I have give an option to the user to select the subtitle before he/she goes into a video player screen, so I want the player to take that language as default language, that is not happening, the player lists all the languages but the selected one is System default language.
Say for example, user selects lang GN, and the video has a list of languages SD,FR,GD,MN,GN. The default Roku system language is, say, FR.
Now during setting the content-meta-data using the subtitle tracks, i set GN,SD,FR,GD,MN. the player will list in that order, but will play FR subtitle by default. I am not able to change the default to GN through code, unless the user changes it with * options.
Any help would be appreciated.
Thanks.