The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
10 views

how to set googtrans cookie from c# code

i try to set cookie from server side its work fine in IE firfox and safari but in chrome cookie value do not change in master page init i set cookie for google translate widget when page get loaded ...
1
vote
0answers
43 views

Language (translator) ZF2, Route URL reset

I want the following method on language select: on MvcEvent::EVENT_ROUTE I want to detect language by getRouteMatch()->getParam('language', null) and then replace language-part in URL and set ...
1
vote
2answers
71 views

Zend framework 2 translator in model

How to get translator in model? Inside view we can get translator using this code $this->translate('Text') Inside controller we can get translator using this code ...
1
vote
0answers
73 views

Java to Ada Converter/Translator

Is there a tool, that translates Java code to Ada? I need to implement an algorithm for collision avoidance for a miniature electric railway and the existence of such a tool would save me a lot of ...
0
votes
0answers
30 views

Symfony2 Translator - Check if translation exists

I have a problem with symfony2 translations. I would like to develop a menu translator which detects the right translation-domain. Example: return $this->translator->trans('test', array(), ...
-2
votes
0answers
38 views

Live Spanish Translation [closed]

I'm looking for a Spanish to English translation service that would work like this User types into web-form in Spanish. User submits the form Using PHP, form is submitted to a translation service - ...
-2
votes
1answer
65 views

Python if len(“string”) <= 1: how to print the word? @codeacademy [closed]

print "Welcome to the English to Pig Latin translator!" original = raw_input ("Type the word you want to translate!") def Pytranslator(): if len("string") <= 1: print original ...
0
votes
1answer
42 views

Query language translators

Can anyone share some references or, even better, examples of how to define a simple custom query language and then create a translator for queries in this language to SQL queries? I think antlr can ...
-1
votes
1answer
45 views

bing translator not working : Invalid appId Parameter name: appId [closed]

I am using bing translator in my portal on sharepoint and it was work well when I deploy the project on customer server the translator stop working and this message appears : ...
1
vote
1answer
21 views

How to retreive page data as input and give a custome defined Output to the use?

I have created a translator, it's not a language translator, it only changes type of Alphabet from right to left to right to left style (Like Hebrew or Arabic to a Latin like typography). So now I ...
0
votes
1answer
109 views

Parsing words in C; Translating program

I'm developing a program that will translate a string from the user (English) into Spanish. For the assignment I'm given a file that contains a list of a 100 words and their spanish equivalent. I've ...
1
vote
1answer
145 views

How to call https://api.datamarket.azure.com/Services/My/Datasets for getting ResourceBalance

I am facing problem for accessing Microsoft Translator Services which will provide the remained characters limit. I have done token accessing part, only the thing is to get the user Datasets ...
1
vote
1answer
169 views

Convert C++ code to Ansi C [duplicate]

My project is developed in C++ (use classes, inheritance, polymorphism and templates etc) there is also dependency on STL, i want to convert it into ANSI C (please don't ask why), my question is are ...
0
votes
0answers
108 views

Google translate plugin changing fonts on a website

I have just implemented Google translate plugin to my website and I can see that when translation is working it is changing one of my website fonts(ArdleysHand, which is set to some of the elements) ...
0
votes
0answers
45 views

Transliteration Script — More Errors

it's Christopher again. I'm going to try to make this as concise as possible. What I need to do is replace certain strings of text with specific ones. My translator contains a reverse translation ...
0
votes
1answer
319 views

Google Translate API How to translate big text ((414) Request-URI Too Large) with .NET library

I am using .NET library http://code.google.com/p/google-api-dotnet-client/wiki/APIs#Translate_API for translating texts, but I can't translate big texts, just small one. I am getting error (414) ...
2
votes
2answers
123 views

Extending c++ with a new keyword

I want to extend c++ with some keywords, for example, "property", to add properties to a class/object (like Visual Studio extend C++ in the "managed" version). For a code example: class Example { ...
0
votes
1answer
72 views

Transliteration Script — Strange Errors [closed]

This HTML script transliterates every word, phrase or letter entered into it. Essentially, it is an unofficial translator. When testing the code using jsFiddle, I'm presented with the following ...
0
votes
1answer
69 views

Language translator

I want to develop translator which takes English text as input and gives output in kannada(Regional language of Karnataka). I want to know which programming language to use for coding. Do such ...
0
votes
2answers
76 views

Language Translation Libraries

I want to translate English to French language so I need to use some offline translation mechanism instead of online. So can anyone provide valuable information for language translation libraries ...
0
votes
1answer
465 views

nepali-english language translator api

I am looking for a language translator API for my project. I don't want to use the Google Translate API. Can anyone suggest another? An open source translator would be better.
0
votes
0answers
130 views

“The remote server returned an error: NotFound” Translator API Windows phone 8

I'm trying to figure out a way to make working the tutorial from MSDN blog I found on using Microsoft Translator (Azure marketplace) on a Windows Phone 8 app. here it is the link: ...
1
vote
3answers
1k views

How to use Bing Translation API?

I am trying to use the Bing Translation API, but I am confused. There seems to be much possibilities (old and new ones) but I don't understand what I have to do. Can someone please help me? I want ...
1
vote
1answer
108 views

How to use Template Haskell to get the body of function?

Currently I'm trying to do a translation from a Haskell subset without having to deal with all the parsing, typechecking etc. issues. Documentation didn't help me to figure out a function to get the ...
0
votes
2answers
606 views

Open Source Language Translator API - For Java Application

Can anyone suggest a good open source language translator which could be used for translations from English to Spanish/German? I am expecting a good reliable API to translate labels and messages in ...
0
votes
0answers
55 views

Large texts on iOS (Xcode)

I am trying to create something like Translator. What can you suggest me to do (I am about the list of the words)? Create .txt file and read from it or what?
0
votes
0answers
126 views

How to change the text in an input or textbox after submitting? [closed]

I am looking to create a sort of simple translator, and I was thinking of just using forms, and php or javascript. Is there a way I can do this by having an input or textbox that the user types a word ...
0
votes
1answer
94 views

Google Translation Customized Button

I have required a simple button which can translate only one language like only french when i click on it . please help if anyone have an idea
0
votes
0answers
65 views

Google translator tool renders translated text unreadable

How can I customize my css file so that the translated text is not in black since my website has a black background? I have tried goog-te-gadget { color: white !important; } and that still doesn't ...
1
vote
1answer
258 views

Google translator tool changes text color to black [closed]

My website is black with white/gray text. When the Google translator tool translates it, the translated text is black and it's unreadable. How to I customize the Google Translator output to change ...
-1
votes
1answer
105 views

RSS Spanish to English translator [closed]

I need to translate Spanish RSS to English and put it in a iPhone app? Is it possible to do this and how? There was a way using Yahoo Pipes, but it doesn't work anymore... RSS is: ...
0
votes
0answers
1k views

How to use google translator API in asp.net

i want to know, whether i can used google translator api in asp.net or not?? i am using .net framework 3.5 and add the google transaltor API.dll in bin folder code is here.. string Text = "This is a ...
0
votes
1answer
252 views

i used google api translate but it return null

this is the code i want to translate text but without using http i want it to translate direct i see this tutorial but it return null i was try to change in the RETURN of each function and i already ...
0
votes
1answer
197 views

Use existing MySQL database in CodeIgniter

In my PHP websites I’m using SiteTranslator script for a website translated into 30 languages. Each translation is stored in its own table (text_en, text_de...) and each table has 3 columns (textKey, ...
-2
votes
1answer
152 views

java command prompt error

I'm working on a translator that converts English to Morse code and the other way around. I wrote the code and am able to compile it but after enter the sentence which I want convert, the command ...
0
votes
2answers
146 views

How to compare a webcam image/video to a specific image/video?

I am basically just starting out in computer programming; mostly fluent in basic Java. I have an idea of creating an ASL (American Sign Language) to English, and my initial problem is how to identify ...
0
votes
0answers
33 views

I am using the Translate This service for translation on my magento site .It's not working Properly?

I am using the Translate This service for translation on my Magento site It's not working properly.The Follwoing java script error was occured Type error:a.html is undefined . Please any one help ...
1
vote
0answers
275 views

Zend_Translate | Routes reversed

I'm having trouble with own defined routes of my ZF1.12 Application. The switch of the language Parameters works, but the translation of the routes is reversed - for example: ...
0
votes
0answers
80 views

I want to use language translator for android but i can not find any api which is freely available.somebody tell what is solution [closed]

Please some one give me the solution. I need free Translator API for android/
0
votes
0answers
124 views

How can I use antlr output files to create a translator?

I'm extremely new to programming and only have a year of comp sci experience I used Antlr to produce C++ lexer and parser files, based on a proprietary language grammer file. My goal is to create a ...
3
votes
2answers
614 views

WCF : In what layer to perform translation of POCO Entity to DTO?

This is a follow-up for my question from here. First of all, I am not using DDD in my project. I have a WCF service with 3 layers: The service layer (only holds operations and calls BL methods) ...
0
votes
1answer
205 views

Microsoft Translator for multiple textbox?

I get problem when use Microsoft Bing translator for show output on 3 labels for different languages. Here is my code : Imports System Imports System.Collections.Generic Imports System.Web Imports ...
2
votes
1answer
711 views

Using the Microsoft Translator with Java/Jersey/REST

I am using the Microsoft Translator for a Java project that requires Jersey to make an HTTP post request. My current code results in a HTTP 400 error - bad request. I am very new to HTTP- could ...
1
vote
0answers
344 views

Google Translater API v2 large texts 'POST' method

I've got the following code: $.ajax({ url: "https://www.googleapis.com/language/translate/v2", type: "POST", data: { key: "<key>", source: FromLang, target: ...
0
votes
3answers
395 views

Bing Translator EXT JS Access Token

I am trying to connect the Bing translator to my EXT JS. I'm having trouble trying to get the access token. No matter what I've tried I get 400 bad request. This is my code: var clientId = ...
1
vote
4answers
2k views

Pascal to C converter [closed]

I'm writing program which translate Pascal to C and need some help. I started with scanner generator Flex. I defined some rules and created scanner which is working more or less ok. It breaks Pascal ...
0
votes
5answers
285 views

Python translator, how to replace just one word

So i'm trying to create a translator in python(in a s60 device). So what 'm trying to do is to replace just one whole word without touching the other words. Here's an example Original: "The brown fox ...
1
vote
3answers
489 views

Pig Latin Translator - JavaScript

So for my cit class i have to write a pig latin converter program and I'm really confused on how to use arrays and strings together. The rules for the conversion are simple, you just move the first ...
3
votes
4answers
3k views

Bing AppID is invalid

I'm trying to use the Bing Translator API for Python, and for some reason it is telling me that I have an invalid AppID. I get the error: "ArgumentException: Invalid appId Parameter name: appId: ...
0
votes
0answers
322 views

Open-Source PHP Language Translator

I'm trying to find an open-source (not GPL-only) and fast language translator for PHP. Right now I've found small scripts which connect to Google Translate or other services. These scripts are totally ...

1 2