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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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
Messages 1949 - 1978 of 2073   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1949
We used PMD to accomplish this.. We wrote a series of PMD rules based on our own Globalization guidelines (similar to what Globalyzer finds). It helps because...
Pinkham, Gary
gary_pinkham
Online Now Send Email
Feb 1, 2007
2:00 pm
1950
The only free tools that I have seen are fairly rudimentary, mostly checking for hard-coded strings. Also, remember a tool like Globalyzer is only as good as...
A Vine
eldroido
Offline Send Email
Feb 5, 2007
5:50 pm
1951
Hey Professionals, Does anyone has experince in writing/executing test cases on Time Zone for Client/Server applications? How will/should an application behave...
deepinder singh
deepindersin...
Offline Send Email
Feb 5, 2007
7:13 pm
1952
Deepinder - I don't have any answers but in case you're interested, I can point you to a discussion among NovaJUG (Northern Virginia Java User Group) that may...
Keith Bennett
krbennettmd
Offline Send Email
Feb 5, 2007
9:43 pm
1953
... Time (DST)? That would depend on what your requirements are. You write your test cases to verify that your code does what the requirements say it should...
eflarup
Offline Send Email
Feb 6, 2007
8:04 pm
1954
I'm curious how people handle the logon page for a multi lingual application. I planned on handling the "inner" pages based on a user preference but that only...
Pinkham, Gary
gary_pinkham
Online Now Send Email
Feb 15, 2007
1:54 am
1955
Thanks Keith for your detailed response and providing the additional information. It was really helpful. Keith Bennett <krbennettmd@...> wrote: Deepinder...
deepinder singh
deepindersin...
Offline Send Email
Feb 15, 2007
8:14 am
1956
Cant we assume to take the locale of the system itself for the logon page? This is because when a user knows french, we can expect the system locale to be...
dattu
dattu.pavan@...
Send Email
Feb 15, 2007
4:01 pm
1957
I should have included that we need to solve this not only for when a single user sees the logon page from their computer but from a kiosk situation where many...
Pinkham, Gary
gary_pinkham
Online Now Send Email
Feb 15, 2007
4:15 pm
1958
... Yes, the kiosk version adds a twist. If we were talking just a web application I would have recommended using the web browser language preference as a...
eflarup
Offline Send Email
Feb 15, 2007
5:06 pm
1959
... From my experience, it's best to present the initial page in the locale of your installation (say English in the U.S, and Spanish in Spain) and give the...
BryanDonaldson
Offline Send Email
Feb 15, 2007
5:32 pm
1960
Hi All, We are looking for i18n metrics, primarily to measure our "throughput" as a group, and not for measuring individual performances. I tried searching the...
Amarendra Godbole
amunix
Offline Send Email
Feb 19, 2007
5:00 am
1961
Throughput would be an unusual measure unless you were actively involved in development of, for example, international framework libraries. If you're in a...
Stephen Holmes
i18ndoctor
Offline Send Email
Feb 19, 2007
12:09 pm
1962
Just inform you all, Another scripts directory has born! http://www.selectedscripts.com (php,cfml,asp,asp.net,perl,ajax,javascripts,java, hosting and more) ...
selectedscripts
Offline Send Email
Feb 19, 2007
2:48 pm
1963
Are the metrics for in house use or to share with clients? Are they to be used across projects? If so, is it safe to assume that the projects are even amenable...
i18n@...
i18n_com
Offline Send Email
Feb 20, 2007
11:52 pm
1964
Anyone know if there's a standard Java API that returns a Windows Language ID (English = 1033, German = 1031, etc.) given a language name or locale object? ...
Phil Ritchie
pritchieuk
Offline Send Email
Feb 21, 2007
8:51 am
1965
... The are in house - strictly to be used by our group only. They will be used across projects. The main aim is somehow "measuring" throughput, which will...
Amarendra Godbole
amunix
Offline Send Email
Feb 21, 2007
1:52 pm
1966
... Language ... locale ... Those codes are platform dependent...specifically, Windows dependent. You won't find any core Java API that provides that. If that...
John O'Conner
joconner
Online Now Send Email
Mar 30, 2007
1:22 pm
1967
Thanks John. In the end we created our own map. Phil. ... From: John O'Conner <joconner@...> To: i18n-prog@yahoogroups.com Sent: Friday, 30 March, 2007...
Phil Ritchie
endigitalmind
Offline Send Email
Apr 2, 2007
2:47 pm
1968
Hi all, I was wondering, if anyone could recommend a way to approach the following task: I am facing a massive TMX file, around 500 MB in size. This file isn't...
wundiman
Offline Send Email
Apr 4, 2007
2:30 pm
1969
Hi Martin, Did you think of chopping the file up, editing the pieces, and then using cat to reassemble the full file? Addison ... -- Addison Phillips ...
Addison Phillips
apphillips2000
Online Now Send Email
Apr 4, 2007
4:46 pm
1970
Hello everyone, Just a note to let you know that if you are working on internationalizing XML files (resources or documents) you can now take advantage of the...
Yves Savourel
yves_savourel
Offline Send Email
Apr 4, 2007
4:50 pm
1971
Have you tried TextPad? Patrick wundiman <martin_wu@...> wrote: Hi all, I was wondering, if anyone could...
patrick chan
patrick_2021
Offline Send Email
Apr 4, 2007
5:12 pm
1972
Martin - Is it possible to add more RAM to your system, or edit the file on a system with more RAM? A 2 GB system might be able to handle it. - Keith ... ...
Keith Bennett
krbennettmd
Offline Send Email
Apr 4, 2007
5:19 pm
1973
Hi Martin, You can also try Emeditor. It does support Unicode. I cannot check for the 500MB tmx file though. http://www.emeditor.com/ There is a free version...
victor_alonso_lion
victor_alons...
Offline Send Email
Apr 4, 2007
8:27 pm
1974
Hi Martin, You can also try Emeditor. It does support Unicode. I cannot check for the 500MB tmx file though. http://www.emeditor.com/ There is a free version...
victor_alonso_lion
victor_alons...
Offline Send Email
Apr 4, 2007
8:27 pm
1975
PSPad. I haven't tried it with such large files, but I use it because it supports Unicode and apparently doesn't have limitations on the size of one line...
Dan Dascalescu
danvdascalescu
Online Now Send Email
Apr 4, 2007
8:27 pm
1976
Thanks a lot, guys, to everyone who replied!! It's very much appreciated. I have tried out the three suggested editors with the following results: TextPad:...
wundiman
Offline Send Email
Apr 5, 2007
1:54 pm
1977
Hello Martin ! Have you tried emacs+nxml mode ? JC Helary...
Jean-Christophe Helary
jc_helary
Offline Send Email
Apr 5, 2007
2:00 pm
1978
Hi JC-san, You're lurking everywhere, aren't you? :-) Thanks for the hint. I get the following error msg, when I try to open the file with emacs: "Maximum...
wundiman
Offline Send Email
Apr 5, 2007
2:34 pm
Messages 1949 - 1978 of 2073   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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