| VoiceXML 2.1 Development Guide | Home | Frameset Home |
| xml:lang | Data Type: NMTOKEN | Default: Optional (en-US) |
| The xml:lang attribute specifies the language and locale information of the VoiceXML document. If omitted, it will inherit this value from the document hierarchy, or ultimately from the platform default, which equates to 'en-US'. The language and locale information is not case-sensitive. For VoiceXML language options and mappings, see ASR Languages and TTS Languages. | ||
| <?xml version="1.0" encoding="UTF-8"?>
<vxml version = "2.0"> <vxml version = "2.1"> <meta name="author" content="Matthew Henry"/> <meta name="copyright" content="2005 voxeo corporation"/> <meta name="maintainer" content="YOUR_EMAIL@HERE.COM"/> <form id="F_1"> <block> <prompt> <paragraph xml:lang="en-US"> If you know how to catch a mouse, the world will beat a path right to your door. But since the first one has found a house, I can appreciate the saying more. </paragraph> </prompt> </block> </form> </vxml> |
| ANNOTATIONS: EXISTING POSTS |
| login |