Android Question Change the subtitle coding to the viewer

kalarius

Active Member
Licensed User
Longtime User
In.Initialize(In.ACTION_VIEW, File.Combine(CheckDir, ListView2.GetItem(EpilegmenhTainia) &".mp4"))
In.SetType("video/mp4")
StartActivity(In)

with this code It start to play the video
but the subtitle are at the simple chnese coding
and i must always change to greek(cp1253)

is there any way something like
in.settype("subtitle/greek(cp1253))

so the player choose them by default?
*** the VLC player remeber that for mp4 files but at my device does not play smooth. it stop load and continue.
the internal player FireAirPlayer (that I use) play the video without stop - load run

Kalarakis
Creta
Greece
 
Top