Questions tagged [spoken-languages]
The spoken-languages tag has no summary.
22 questions
6 votes
4 answers
2k views
Why don't compilers support non-English keywords? [closed]
When you read C, C#, Java, Python, PHP and many other programming languages all the syntax is written in English. Simple code like this if (X+1 > 4) { } while (A == true) { } Is written in ...
0 votes
1 answer
2k views
HTML/CSS in Other Spoken languages? [duplicate]
Possible Duplicate: Do people in non-English-speaking countries code in English? Do developers who don't natively speak English still code using english property and tag names? Like, would a ...
1 vote
2 answers
689 views
Which spoken languages should I try to support in my android application? [closed]
I'm developing a small android app, which is regional independent. I'm curious, which language should I try to support? At the moment I'm only sure to support the languages I speak fluently. This is ...
39 votes
11 answers
4k views
Is it a good practice to code in English? [duplicate]
Possible Duplicate: Do people in non-English-speaking countries code in English? I have a development comming that is intended to be sold across Latin America (Spanish speakers), but I've heard ...
1 vote
1 answer
664 views
Where can I find translations of OSI-approved licenses? [closed]
I'm looking for a site/page somewhere that has translations of common open-source licenses. In particular, I'm looking for translations for the MIT license. Is there a site or resource somewhere that ...
18 votes
3 answers
5k views
Has there been research into programming linguistics?
Programming languages are formal languages, but unlike many formalisms, they also have certain inherent meaning defined by their operational semantics, or, in the case of markup languages, ...
3 votes
1 answer
307 views
How should I name the language data files?
Recently I decided to add some translations to my program. I wonder how I should name the language files? in the culture's name of the language (example: english = en, french = fr, italian = it, etc......
88 votes
4 answers
7k views
Programming and Ubiquitous Language (DDD) in a non-English domain
I know there are some questions already here that are closely related to this subject but none of them take Ubiquitous Language as the starting point so I think that justifies this question. For ...