Search the web
Sign In
New User? Sign Up
i18n-prog · Discussion of Internationalization programming issues (i18n)
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

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
I18N Assessment   Message List  
Reply | Forward Message #2062 of 2073 |
Re: [i18n-prog] Re: I18N Assessment

Despite the age of this thread, I thought I'd plug this as an assessment tool:

http://developers.sun.com/dev/gadc/des_dev/i18ntaxonomy/

A lot of experience went into this document.

Andrea


From: bryan.donaldsonga <bryandonaldson@...>
To: i18n-prog@yahoogroups.com
Sent: Monday, May 19, 2008 12:51:33 PM
Subject: [i18n-prog] Re: I18N Assessment

In addition to the other suggestions:

Review the code for places where sentences are being constructed in
code, such as "Welcome " + username +", what do you want to do?".
Replace them with a string format operation that will allow the
localizer to move the sentence parts around.

If your application uses a database, review how one assigns a different
collating sequence, and decide how you'll handle this in deployment.

If your target locales will (or may) include ones that require
multibyte characters, review your code for how you'll implement this.
My personal recommendation is full Unicode support, if it is possible.

Investigate the use of Translation tools. Some of them will provide a
pseudo-translation feature that will allow you to easily check your
process in the development stages.




Tue Jul 14, 2009 10:36 am

eldroido
Offline Offline
Send Email Send Email

Forward
Message #2062 of 2073 |
Expand Messages Author Sort by Date

Has anyone done assessment from I18N perspective for a Software product which has never been localized/internationalizated ever ? Would appreciate any...
Anuj Magazine
anujmsqm
Offline Send Email
May 16, 2008
4:14 pm

Anuj - As a start, you'll need to do the following: 1) Identify any strings that are presented to the user (as opposed to being used only internally by the...
Keith Bennett
krbennettmd
Offline Send Email
May 17, 2008
2:34 pm

In addition to the other suggestions: Review the code for places where sentences are being constructed in code, such as "Welcome " + username +", what do you...
bryan.donaldsonga
bryan.donald...
Offline Send Email
May 19, 2008
1:45 pm

Hi all, Has anyone used a technology called Clay-Tablet? (http://clay-tablet.com/home.asp) It is a middleware type of thing that connects several CMSs or other...
Martin Wunderlich
wundiman
Offline Send Email
May 25, 2008
11:28 am

Martin I have been looking at it for the reasons you detail in your mail. I'm close to making a commitment but can't give you any real operational data at the...
Phil Ritchie
endigitalmind
Offline Send Email
May 27, 2008
2:51 pm

Hi Phil, Thanks a lot for the reply. In case you decide to go ahead with it, could you keep me posted and let me know what sort of experience you have? Cheers,...
Martin Wunderlich
wundiman
Offline Send Email
May 30, 2008
3:00 pm

Despite the age of this thread, I thought I'd plug this as an assessment tool: http://developers.sun.com/dev/gadc/des_dev/i18ntaxonomy/ A lot of experience...
A Vine
eldroido
Offline Send Email
Jul 14, 2009
10:36 am
Advanced

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