Well, that's why you'd see languages refered to as<br>
<br>
ES_mx <br>
ES_es<br>
ES_pe<br>
ES_ve<br>
<br>
And so on.... much better way to deal with language variants...<br>
<br>
<br><br><div><span class="gmail_quote">2005/11/4, Andres Tello Abrego &lt;<a href="mailto:criptos@aullox.com">criptos@aullox.com</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Mexican Spanish..<br><br>Ha, funny term...<br><br>:)<br><br>Mexican Spanish = mx from MeXico...<br><br>es = ESpain...<br><br>So, es would be.. humm. Espain Spanish?<br><br>Chuck Bunn wrote:<br>&gt; Hi,<br>&gt;<br>&gt; What is the best way to allow a user to select the language they hear in
<br>&gt; the dial plan?&nbsp;&nbsp;In other words I want the phone to answer &quot;Hello welcome<br>&gt; to ABC company to continue in English press 1&quot; Followed by the same<br>&gt; thing in Spanish (Mexican Spanish - I live in the South West United
<br>&gt; States) but with a press &quot;2&quot;. What I would like to avoid is creating two<br>&gt; different dial plans and it looks like I can do this, does the following<br>&gt; look correct?? By the way is there any prerecorded language selector
<br>&gt; similar to the above? Or at least something like 'to continue in English<br>&gt; press' and 'to continue in Spanish press' the later being in Mexican<br>&gt; Spanish. Also I could not find a designator for Mexican Spanish is 'es'
<br>&gt; correct??<br>&gt;<br>&gt;<br>&gt; [language]<br>&gt; exten =&gt; s,1,Answer()<br>&gt; exten =&gt; s,2,Background(enter-language-extension)<br>&gt; exten =&gt; 1,1,Set(LANGUAGE()=en)<br>&gt; include =&gt; internal
<br>&gt; exten =&gt; 2,1,Set(LANGUAGE()=es)<br>&gt; include =&gt; internal<br>&gt;<br>&gt; [internal]<br>&gt; exten =&gt; s,1,Background(enter-ext-of-person)<br>&gt; exten =&gt; 101,1,Dial(zap/1,10)<br>&gt; ...<br>&gt;<br>
&gt; Thanks<br>&gt; _______________________________________________<br>&gt; --Bandwidth and Colocation sponsored by <a href="http://Easynews.com">Easynews.com</a> --<br>&gt;<br>&gt; Asterisk-Users mailing list<br>&gt; <a href="mailto:Asterisk-Users@lists.digium.com">
Asterisk-Users@lists.digium.com</a><br>&gt; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>&gt; To UNSUBSCRIBE or update options visit:<br>
&gt;&nbsp;&nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>&gt;<br>_______________________________________________<br>--Bandwidth and Colocation sponsored by 
<a href="http://Easynews.com">Easynews.com</a> --<br><br>Asterisk-Users mailing list<br><a href="mailto:Asterisk-Users@lists.digium.com">Asterisk-Users@lists.digium.com</a><br><a href="http://lists.digium.com/mailman/listinfo/asterisk-users">
http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>To UNSUBSCRIBE or update options visit:<br>&nbsp;&nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users
</a><br></blockquote></div><br>