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...
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...
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 - 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...
... 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...
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...
Thanks Keith for your detailed response and providing the additional information. It was really helpful. Keith Bennett <krbennettmd@...> wrote: Deepinder...
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@...
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...
... 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...
... 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...
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...
Throughput would be an unusual measure unless you were actively involved in development of, for example, international framework libraries. If you're in a...
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) ...
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...
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? ...
... 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...
... Language ... locale ... Those codes are platform dependent...specifically, Windows dependent. You won't find any core Java API that provides that. If that...
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...
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...
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 ...
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...
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 ... ...
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...
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...
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...
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:...
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...