Search the web
Sign In
New User? Sign Up
SVG-Mobile
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Problem in displaying multi-lingual text on devices!   Message List  
Reply | Forward Message #411 of 438 |


I am developing buttons with multilingual support (swedish, english)
for SVGT. The idea is the

button text should adapt itself according to the locale langauage of
the mobile.

I tested this using systemLanguage feature in switch element as
follows.

<g font-size="25pt">
<switch>
<g systemLanguage="en-UK">
<text x="10" y="30">English.</text>
</g>
<g systemLanguage="sv">
<text x="10" y="30">Svensksa.</text>
</g>
</switch>
</g>

I used OpenWave mobile Simulator V7 who support displaying SVGT
content. Text in the appropriate language is displayed based on the
current language of mobile simulator. It works in IE too. However all
SE K750/K600/V800 only display swedish text even after setting
English as the phone language. Any thoughts!

Is it the problem with Sony Ericsson devices or the SVG player?

Below is a sample file for reference.

Regards,
Salmi


=============================================================
<!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="25pt">
<switch>

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

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

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

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

</switch>
</g>

</svg>
===============================================================









Tue Apr 11, 2006 3:25 pm

mailsalmanahmed
Offline Offline
Send Email Send Email

Forward
Message #411 of 438 |
Expand Messages Author Sort by Date

I am developing buttons with multilingual support (swedish, english) for SVGT. The idea is the button text should adapt itself according to the locale...
Salman
mailsalmanahmed
Offline Send Email
Apr 11, 2006
3:26 pm

On Tuesday, April 11, 2006, 5:25:24 PM, Salman wrote: S> I am developing buttons with multilingual support (swedish, english) S> for SVGT. The idea is the S>...
Chris Lilley
nantonos_aedui
Offline Send Email
Apr 11, 2006
3:43 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help