0
votes
5answers
140 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 betwee …
0
votes
5answers
62 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 involve …
4
votes
2answers
26 views
Database of common translated phrases for localization?
I'd like to localize my app into a few other languages, all of which I can barely order a drink in.
Does anyone know of an online resource for translations of common software menu …
1
vote
2answers
37 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 …
2
votes
4answers
128 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 …
1
vote
2answers
39 views
Best Translation method - ASP.NET VS2008
Currently I am doing a CMS and I want to include multi language support. What do you suggest?
1
vote
1answer
28 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 chang …
1
vote
1answer
41 views
Is there javascript (prefer jquery) library that automatically maps form elements to JSON?
Background: This is something I have been looking for since before even JSON was known as JSON.
Suppose you have the following javascript variable inside your code:
jsonroot =
…
2
votes
2answers
116 views
determining the character set to use
my delphi 2009 app has a basic translation system that uses GNUGetText. i had used some win API calls to prepare the fonts. i thought it was working correctly until recently when …
0
votes
2answers
48 views
PyQt: translating standard buttons
How can I easily translate standard buttons (Yes, No) from QMessageBox? I can't use self.tr on those arguments, so I would like to achieve it in some other simple way. Do I have to …
1
vote
3answers
25 views
How to transform a path in svg so that it is parallel to its original location?
Hi, I have a path defined in SVG. I would like to make two copies of the path and translate them so that one sits parallel to the original on one side, and the other sits parallel …
0
votes
1answer
71 views
Symfony: Model Translation + Nested Set
Hi,
I'm using Symfony 1.2 with Doctrine. I have a Place model with translations in two languages. This Place model has also a nested set behaviour.
I'm having problems now creati …
0
votes
3answers
56 views
Translating LOCs
Hi,
Has anybody come across a situation where an existing code-base written (say) in Java and written by (say) French programmers had to be converted to code that English speaking …
0
votes
1answer
45 views
Translation with resource files, Internationalization asp.net
i have an asp.net mvc application, and i use data annotations for data validations
something like this:
public class Booking
{
[Required(ErrorMessage = "Please enter your na …
1
vote
3answers
50 views
Efficient way to store content translations?
Suppose you have a few, quite large (100k+) objects in available and can provide this data (e.g. name) in 20+ languages. What is an efficient way to store/handle this data in a SQL …
