33
votes
33answers
3k views
Coding in Other (Spoken) Languages
Something i've always wondered, and I can't find any mention of it anywhere online. When a shop from, say Japan, writes code, would I be able to read it in english? Or do languages, like C, php, …
10
votes
4answers
214 views
search functionality on multi-language django site
hi folks,
I'm building a multi-language Django site, and I'm using django-transmeta for my model data translations. Now I'm wondering if there is a Django search app that works with multi-language …
8
votes
16answers
2k views
Seriously, should I write bad PHP code?
I'm doing some PHP work recently, and in all the code I've seen, people tend to use few methods. (They also tend to use few variables, but that's another issue.) I was wondering why this is, and I …
7
votes
5answers
388 views
Process for localization of Delphi 2009 app by volunteer translators?
I have a freeware scientific app that is used by thousands of people in nearly 100 countries. Many have offered to translate for free. Now that D2009 makes this easier (with integrated and external …
7
votes
7answers
315 views
How do you handle translation of text with markup?
I'm developing multi-language support for our web app. We're using Django's helpers around the gettext library. Everything has been surprisingly easy, except for the question of how to handle …
7
votes
9answers
728 views
What’s the easiest way to use C source code in a Java application?
I found this open-source library that I want to use in my Java application. The library is written in C and was developed under Unix/Linux, and my application will run on Windows. It's a library of …
5
votes
5answers
594 views
Translating Java bytecode into other representations and programming languages
I'm looking for ways/tools/projects to translate Java bytecode into other programming languages or, failing that, at least into a structured representation (like XML). Ideally open source, naturally.
…
5
votes
10answers
1k views
i18n - best practices for internationalization - XLIFF, gettext, INI, … ??
EDIT: I would really like to see some general discussion about the formats, their pros and cons!
EDIT2: The 'bounty didn't really help to create the needed discussion, there are a few interesting …
5
votes
6answers
1k views
Conversion of Fortran 77 code to C++
Has anyone converted a large (ours is 550,000 lines) program of Fortran 77 code to C++ ? What pitfalls did you run into ? Was the conversion a success ? Did you use a tool like for_c ( …
5
votes
5answers
2k views
Automated Python to Java translation
Is there a tool out there that can automatically convert Python to Java?
Can Jython do this?
4
votes
2answers
35 views
Database of common translated phrases for localization?
I'd like to localize my app into a few other languages, all of which I can barely order a drink in.
Does anyone know of an online resource for translations of common software menu options, messages, …
4
votes
2answers
61 views
Is there a tool to assist in producing an XSL, which would translate XMLs described by one XSD to XMLs described by another XSD?
Dear ladies and sirs.
I am new to XMLs/XSDs/XSLs. I have two XSDs. I wish to generate an XSL that would translate XML files complying with the first XSD to respective XML files complying with the …
4
votes
3answers
104 views
Tips for moving a large project from VB.Net to C#?
I have been tasked with moving a rather large project from VB.Net to C#. Are there any converters, and if so what should I watch for? Are there areas of the code that are known to be problem areas …
4
votes
5answers
302 views
Best way to get Ruby documentation translated into Japanese?
We just finished a project that we need to share with a team of Ruby developers in Japan who, as it turns out, know absolutely no English. Has anyone used a service for translating code documentation …
4
votes
2answers
149 views
Translating small applications: who and how much?
I'm looking to translate several of my iPhone applications to other (human) languages. I've done all the right things in my code and inserted translation table lookups everywhere, so I'm technically …
