Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

12
votes
4answers
293 views

Translating source code into a foreign language

I'm running an educational website which is teaching programing to kids (12-15 years old). As they don't all speak English in the code source of the solutions we are using French variables and ...
3
votes
8answers
327 views

How hard would it be to translate a programming language to another human language?

Let me explain. Suppose I want to teach Python to someone who only speaks Spanish. As you know, in most programming languages all keywords are in English. How complex would it be to create a program ...
1
vote
1answer
165 views

Mobile browser incorrectly interprets text as a callable phone number

Does anybody know how to prevent mobile browsers from interpreting text as a phone number? I have a serial number that is displayed as a link that calls some garbage number if selected. Its all caps ...
1
vote
1answer
621 views

Using gettext in bash

How to use gettext in bash script? I only found this page, but I don't understand it. Localization My script is written like this: #!/bin/bash . lang_file.sh echo $LANG_HELLO_WORLD And ...
1
vote
1answer
209 views

What is the best way to translate text inside a database

We have a problem here. We need to translate a website into multiple language. We already use gettext to translate the static content. But we have to translate some text content in multiple ...
0
votes
1answer
712 views

c++ public function syntax error

I am attempting to convert a c# to c++ with reflector. The code compiled, disassembled and reconstructed code is generating this error: 1>c:\users\user\documents\visual studio ...