Hi!

I am downloading the following sample code in Sony Ericsson K750i
which should display text either in UK english, US english or Spanish
based on viewers language preferences.


<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
    "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd";>

<svg width="375px" height="200px" viewBox="0 0 375 200">
        <title>Use of switch element</title>

<g font-size="12pt">
<switch>
    <g systemLanguage="en-UK">
          <text x="10" y="30">en-UK</text>
    </g>

    <g systemLanguage="en">
        <text x="10" y="30">en</text>
    </g>

        <!-- spanish -->
    <g systemLanguage="es">
        <text x="10" y="30">Un c&#xed;rculo</text>
    </g>
</switch>
</g>

</svg>



However its not displaying text in any language. I was expecting it
will display text at least in english in the mobile .

I also tried by embedding SVG fonts, but it still not display any text. 

SVGT specification says that i should give language codes instead of
textual language description in systemLanguage attribute e.g.

<g systemLanguage="numeric language code"> instead of <g systemLanguage="en-UK">

Can anyone point out where I could get the list of language codes? 

Any idea what I am doing wrong?

Salman!


------------------------ Yahoo! Groups Sponsor --------------------~--> 
<font face=arial size=-1><a 
href="http://us.ard.yahoo.com/SIG=12hlcfaqv/M=362131.6882499.7825260.1510227/D=groups/S=1706030389:TM/Y=YAHOO/EXP=1123691604/A=2889191/R=0/SIG=10r90krvo/*http://www.thebeehive.org
">Get Bzzzy! (real tools to help you find a job) Welcome to the Sweet Life 
- brought to you by One Economy</a>.</font>
--------------------------------------------------------------------~-> 

-----
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
---- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/svg-developers/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to