The language-translator tag has no wiki summary.
46
votes
5answers
3k views
How to translate between programming languages
I am setting out to do a side project that has the goal of translating code from one programming language to another. The languages I am starting with are PHP and Python (Python to PHP should be ...
3
votes
3answers
242 views
Are there any actively maintained tools that can transform C++ code to xml?
Are there any tools that can transform C++ code to xml, or some other format that would be easier to parse?
It would be great if it would also have the option of turning xml back to C++ . I already ...
2
votes
6answers
45 views
Is it possible to create language translator for php website?
I have developed a php website, now I want to give a options to view website content in different languages to users,I mean language translator to website. how can do this?
2
votes
4answers
762 views
Writing code translator from Python to C?
I was asked to write a code translator that would take a Python program and produce a C program. Do you have any ideas how could I approach this problem or is it even possible?
Thanks, Boda Cydo.
1
vote
0answers
147 views
improving complex Makefile for a bootstrapped self-hosting translator (N -> M dependencies)
Sorry for such a long question. I have to give the context and detailed explanations, with relevant links for the curious. I need preferably hints and advice. (big patches need legal prerequisites, so ...
1
vote
0answers
72 views
Open Source or free translator library / tool
Do you know any Open Source or free translator library / tool (english <> polish)
Almost any language acceptable if only handled by typical unix host (scripting, Java, C, etc.) or any tool which ...
1
vote
2answers
157 views
Translate some metalanguage into Java
I'm about to make kind of converter from math expression into java code.
Are there any existing converters?
Which technologies should I use?
I have already investigated XTEXT, but I think it's a ...
1
vote
1answer
110 views
jQuery Plug-in to handle translation?
I recently have come across with a need for some type of "translation"-type plug-in that could translate specific fields or areas to other languages.
I am not sure if something like this even is out ...
1
vote
2answers
253 views
google translator JavaScript
How to translate English langauge text to a foreign language with google translator via JavaScript without showing a google toolbar?
1
vote
2answers
839 views
Translating php app with gettext
From my previous questions about gettext, one of the biggest benefits of using PHP's gettext extension instead of other methods of language translation was that it is super easy to have other people ...
1
vote
3answers
310 views
Translating without google translator
I have used google translator. And it has horrible grammatical problems. I am looking for some library, or something that is more versatile then that. Does anyone know anything about it?
I once heard ...
0
votes
2answers
73 views
stack translator in formal languages
Can someone explain how a stack translator works ? I think it is mainly used for lexical analysis (i could be very much wrong) . Any additional material or links are welcome ! Thanks !
0
votes
1answer
119 views
I need a voice interpreter and translator for an app… where do I go?
Does anyone know where I can find a voice interpreter and translator that I can use on an app? I want voice recognition on a few languages that get translated in to text. Where can I find this or ...
0
votes
0answers
43 views
An app with a translator
I have an idea for an app that requires a voice recognition translator. I want to be able to speak in a few select languages and have the app translate it in to English text on screen. I know apps ...
0
votes
3answers
147 views
is it possible to markup all programming languages under object oriented paradigm using a common markup schema?
i have planned to develop a tool that converts a program written in a programming language (eg: Java) to a common markup language (eg: XML) and that markup code is converted to another language (eg: ...
0
votes
4answers
1k views
How to disable google translate original text tooltips
I have used google translate as a language converter in my site but it displays annoying tool tips called 'Original text'. How do I disable this and any other better ideas/tools/apis to do this?
...
0
votes
1answer
40 views
Resources for programs teaching natural languages
What API's and data sets are available for use in programs to teach natural languages e.g. to aid in learning to read/write/listen/speak a 2nd language? These could be web or traditional API's to ...
0
votes
2answers
311 views
encoding error in php and google translate
i have a text "Translate text, webpage, or document "
which i need to translate into Japanese , the google translator
return the string as 翻訳テキスト、 Webページ、またはドキュメント
and when am writing that a text ...