1
vote
1answer
28 views
getting google translate api for iphone
hi,
i want to use google translate api from the iphone.
what i found is :
http://code.google.com/p/gdata-objectivec-client/
but in the list i can not see the translate api.
where i can found the …
0
votes
2answers
45 views
Finding the translation between points
I have a map of the US, and I've got a lot of pixel coordinates on that map which correspond to places of interest. These are dynamically drawn on the map at runtime according to various settings and …
0
votes
2answers
30 views
Crowsourced Translation
I once saw a free translation management software that was used to publish the original software texts and allow translation to other languages in a collaborative way. Something similar to …
2
votes
2answers
95 views
Python’s string.maketrans works at home but fails on Google App Engine
I have this code in Google AppEngine (Python SDK):
from string import maketrans
intab = u"ÀÁÂÃÄÅàáâãäåÒÓÔÕÖØòóôõöøÈÉÊËèéêëÇçÌÍÎÏìíîïÙÚÛÜùúûüÿÑñ".encode('latin1')
outtab = …
1
vote
2answers
68 views
django - how to make translation work?
Hi -
I'm trying to render a template in a different language using i18n. I did everything I could read about, from setting the language code, creating and compiling translation files, including the …
0
votes
5answers
176 views
Perl to Python/Ruby code translator
I was asked to write a Perl-to-Python and Perl-to-Ruby (and vice versa) code translator by an evil boss, and therefore I'm curious to know if some automatic code translators between them exist …
1
vote
2answers
36 views
Translated content is SEO-friendly or not? [closed]
If i translate content with google translate and post it, will it be indexed as unique content?
0
votes
1answer
34 views
internationalization of php website
Hi,
I am currently working on a project / website and I will need to make it available in several languages. The site was done with PHP / mysql and a lot of javascript (jQuery). I have no idea where …
2
votes
3answers
186 views
converting MATLAB code to Fortran
I a medical researcher with code written in MATLAB 2009b that runs very slowly because of a self-referential loop (not sure of the programming lingo here), i.e., the results of the first iteration is …
0
votes
5answers
67 views
converting natural language to haiku?
Is it possible to programmatically convert regular english into english haiku? Or is this something too complicated to contemplate? I have a feeling that this is a lot more involved than a pig latin …
0
votes
2answers
27 views
viewing translations in django templates (e.g - making it work)
Hello - I'm trying to figure out the django translation system, so I wrote a little test app. I created the translation files and compiled them (*.po and *.mo), and now I'm trying to render a template …
0
votes
2answers
21 views
How to set language of web page determined by visitor language
Hi everyone,
Can someone tell me how to set language of a web page on the knowledge of IP address of visitor so that he automatically gets page in his country's language. Of course if that language …
1
vote
2answers
54 views
ASP.NET component to edit .resx files
I'm developing a multilingual web site and the localization is done mostly by using .resx files. But now I need to enable users with some permissions to edit resource files online from the web site.
…
0
votes
2answers
27 views
django blocktrans and i18n in templates
Hi,
looking for a while with i18n problem in django:
this work fine :
{% trans cat.name %}
cat.name will be translated
but this doesn't work:
{% blocktrans with cat.name|slugify as cat_slug %}{{ …
1
vote
1answer
33 views
Translate .net application without different forms
I plan to translate an .net 2.0 application to different languages. For that I enabled the localizable attribute in every form. The problem with that is, that I have to apply changes to the UI in …
