On Fri, 02 Dec 2011 01:34:15 +0100, Ian Hickson <[email protected]> wrote:

If we are to add language information to the language, there's four ways
to do it: inline, cue-level, block-level (a section of the file, e.g.
setting a default at different points in the file), and file-level.

Inline would look like this:

   WEBVTT

   cue id
   00:00:00.000 --> 00:00:01.000
   <lang en>cue text says <lang fr>bonjour</lang></lang>

File-level would look like this:

   WEBVTT
   language: fr

Experience with <script language> suggests that people have trouble spelling it. If we add it, I suggest it be called "lang".


   cue id
   00:00:00.000 --> 00:00:01.000
   bonjour

I suppose we'd need both. I wouldn't propose cue-level or block-level.

How important is this for v1?

--
Simon Pieters
Opera Software

Reply via email to