<?xml version="1.0" encoding="UTF-8"?>
<!-- @ Copyright 2004 W3C (MIT, ERCIM, Keio), All Rights Reserved.
     See http://www.w3.org/Consortium/Legal/. @ -->

<!--
	Test Assertion: 18
	@author paul lamere
	@version 1.2, 06/07/2007
-->
<conf:test xmlns:conf="http://www.w3.org/2002/ssml-conformance">
	<conf:instruction>
		A synthesis processor should pronounce the contained text
		in a manner in which such content is normally produced for
		the language.
	 	In this test, the numeric value should be rendered based upon the language.
		Manual='PLAT_DEP'
    </conf:instruction>
	<conf:test_markup>
	    <speak version="1.1" xmlns="http://www.w3.org/2001/10/synthesis" xml:lang="en-US">
	    	In some languages, the number one comma two three four is pronounced as
	    	<say-as interpret-as="number">
	    	1,234 </say-as> which is greater than one thousand, while in other countries the
	    	number is less than two.
        </speak>
	</conf:test_markup>
</conf:test>
