|
Write a comment |
Articles |
DHTML Gallery |
.NET |
MyBlog |
About Me |
FAQ
|
|
|
Silverlight Video Subtitles Demo
Current Position:
Select Subtitle Language:
English Marathi Hindi
You might realize the problem with rendering of Indian script. Please read this post to know more about the cause : Silverlight and Indic Script Rendering
Click here to read how it was created.
This a multi-lingual subtitle demo. I have kept a really short video, because of bandwidth constraints. You can change the subtitle language even when the video is playing. Note that it is not required continuous subtitles. The subtitles are given below. There seems to be problem with Silverlight rendering joined Devanagiri letters.
var sub_en = new Array();
sub_en[1] = "That's my Iron";
sub_en[6] = "My battrey charger";
sub_en[10] = "The Spore Creature Creator !";
sub_en[16] = "Some coins.";
sub_en[19] = "That's it !";
var sub_mr = new Array();
sub_mr[1] = "माझी ईस्त्री . ";
sub_mr[6] = "माझा चारजर.";
sub_mr[10] = "स्पोर क्रिचर क्रिएटर !";
sub_mr[16] = "काही नाणी .";
sub_mr[19] = "संपलं रे .";
var sub_hi = new Array();
sub_hi[1] = "मेरी ईस्त्री |";
sub_hi[6] = "मेरा चारजर |";
sub_hi[10] = "स्पोर क्रिचर क्रिएटर !";
sub_hi[16] = "कुछ सिक्के !";
sub_hi[19] = "बस, इतना ही था :-)";
|
| Copyright (c) 2007-2009 Ashish Patil . Please read FAQ for more details. |