The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
50 views

Java: Eclipse: display error messages in english rather than in other languages [duplicate]

I have installed Java EE and a version of eclipse. In the Eclipse Console output I see the strings corresponding to java error messages in a language other than english when I compile. How can I ...
2
votes
1answer
73 views

How do I arrange my multi-lingual REST API?

I've just began building a multilingual REST API and are unsure on if there's any convention to follow regarding how I should integrate the multilinguality properly. Below is a list of alternatives I ...
0
votes
0answers
96 views

What types of grammar files are usable for spoken voice recognition?

I'm using the System.Speech library in C# and I would like to create a smaller file to house commands as opposed to the default grammar. I'm not totally sure what I need. I've been looking at several ...
1
vote
2answers
2k views

Design patterns for multiple language website?

Lets say I'm designing a website where we have English, French, Spanish, German, and Korea (I'm not, but lets pretend I am). I cannot rely upon services such as google translate, as the nature of the ...
0
votes
2answers
286 views

Translating code comments written in another spoken language

I've just inherited some C code from a German programmer, and all of the comments are, naturally, in German. As I've forgotten most of my high school German, this is a slight problem. Does anyone ...
12
votes
4answers
338 views

Problems with noobs putting my GA code into their sites

I don't mean for the title to be derogatory, but this is a rather frustrating problem, and I'm looking for a good workaround, given a language barrier involved. I have a site set up for a plugin I ...
1
vote
2answers
383 views

Regular Expression with foreign languages

I have a function that I have used a bunch of times in various files which has a signature like: Translate("English Message", "Spanish Message", "French Message") and I am wanting to pull out the ...
1
vote
4answers
255 views

Resources for translating common programming terms for UI into other languages

I'm not even sure this is entirely programming related...but here goes: I need to translate some forms into different languages, specifically Spanish and French. Obviously, it would be good if I knew ...
67
votes
34answers
6k 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, ...