Tagged Questions

1
vote
1answer
37 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 = …
0
votes
2answers
42 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 …
2
votes
2answers
109 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
1answer
57 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
1answer
37 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 …
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 …
1
vote
1answer
17 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
57 views

CakePHP i18n, translate behavior, unknown column error when using find() with conditions

I am trying to get the translate behaviour working, i deleted the translated comlumns from the original table and now I am getting errors when performing the following query: $men …
2
votes
2answers
59 views

i18n with gettext but without the locale hassle?

I am looking for a standards-compliant way to store multi-language content for a Web Application. Until now, I have employed my own "translate()" functions that read data from a fi …
33
votes
33answers
3k views

Coding in Other (Spoken) Languages

Something i've always wondered, and I can't find any mention of it anywhere online. When a shop from, say Japan, writes code, would I be able to read it in english? Or do languages …
10
votes
4answers
157 views

search functionality on multi-language django site

hi folks, I'm building a multi-language Django site, and I'm using django-transmeta for my model data translations. Now I'm wondering if there is a Django search app that works wi …
0
votes
2answers
72 views

CakePHP: Saving a translation saves the translated field in the original table, why?

I'm using Translate behavior. Here's the scenario: I save a translation on model 'Content' with the language Japanese. Then I check the corresponding table 'contents' in my data …
1
vote
4answers
83 views

translation algorithm

Recently I am working into the ability of translating a PHP web application from one language to another. Well, most of those I read involves having language files, then display th …
1
vote
3answers
264 views

Help with translating this assembly into c

Hi. My compiler won't work with an assembly file I have and my other compiler that will won't work with the c files I have. I don't understand assembly. I need to move this over …

1 2 3 4 5 10 next
15 30 50 per page