Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
translator
- Page 1
translator
Programming
Mobile Development
12 Years Ago
by *sharath*
… file. I got an idea that i must use google
translator
. But is there any other way to do this? Or… else how can i use this google
translator
into my application? (i didnt get any service links for…
Re: translator
Programming
Mobile Development
12 Years Ago
by *sharath*
I found that this is a paid service. But do we have any other way to use google
translator
?
Translator problem when accessing Appleworks
Hardware and Software
macOS
19 Years Ago
by syn8
Hello. New to Daniweb. Having recently upgraded my software (now running on Mac OSX version 10.3.9) I can't access certain files on Appleworks. I keep geting the message 'The
Translator
could not read this file'. Can anyone here offer me any help on this matter? (as I can't afford another £30 phone call to the mac helpline!!!!!!!!!)
Re: Translator problem when accessing Appleworks
Hardware and Software
macOS
19 Years Ago
by kc0arf
Hello, Welcome to DaniWeb. Appleworks comes with a "
translator
" that will allow you to open files made in …
Re: Translator problem when accessing Appleworks
Hardware and Software
macOS
19 Years Ago
by syn8
…=kc0arf]Hello, Welcome to DaniWeb. Appleworks comes with a "
translator
" that will allow you to open files made in…
translator for english to hindi,gujarati,marathi
Hardware and Software
Microsoft Windows
15 Years Ago
by Dolly-Sweety
… keeping it here. Can anybody help me to find a
translator
software that translates english to gujarati,hindi,marathi languages. I…
Re: Translator using Hashtable
Programming
Software Development
13 Years Ago
by m4ster_r0shi
…. (1) This is a problem -> [ICODE]p = (
Translator
*)malloc(sizeof(
Translator
));[/ICODE] because malloc doesn't call constructors. This means… << "wrong choice"; } }
Translator
* createNode (string a, string b) {
Translator
* new_node = new
Translator
; if (new_node != NULL) { new_node->english =…
Re: Translator using Hashtable
Programming
Software Development
13 Years Ago
by milan2011
…using std::cout; using std::cin; struct
Translator
{ string english; string french; };
Translator
*p;
Translator
*q[99]; void mainMenu(); int hashing (… } } void createNode (string a, string b) { p = (
Translator
*)malloc(sizeof(
Translator
)); if (p!=NULL) { p->english = a; p->…
Re: Translator; English -> 1337
Programming
Software Development
14 Years Ago
by cclausen7
…. For example, if I enter "Minnesota" into the
translator
, it returns "/\/\E$074". The "i"…
Re: Java "Argot" Translator Help
Programming
5 Years Ago
by misstj555
… to the \"Argot \"
translator
. A
translator
that translates some common and un-common… user to the pre-made Pig Latin
translator
PigLatin_Translator.main(word); System.out.println(); ….out.print("\"Morse Code\"
Translator
Comming Soon"); break; case 3: …
Java "Argot" Translator Help
Programming
5 Years Ago
by misstj555
…to the \"Argot \"
translator
. A
translator
that translates some common and un….nextInt(); //Switch case that navigates though
translator
options switch(option){ case 1: //Asks…Pig Latin \" translation: "); *Pig_Latin
Translator
Code* public static void main(String[] word) …
Re: Java "Argot" Translator Help
Programming
5 Years Ago
by misstj555
…case: ****Welcome to the "Argot "
translator
. A
translator
that translates some common and un-common forms of…to activate [Comming Soon] The "Leet"
Translator
: Press "3" on your keyboard to …ool-cay Welcome to the "Argot "
translator
. A
translator
that translates some common and un-common forms of…
Re: Java "Argot" Translator Help
Programming
5 Years Ago
by rproffitt
Time to debug your code. I don't see it but if this was mine then in Pig_Laten
Translator
Code just before line 9 I'd add System.out.print(count); // just to be sure what this is. System.out.print(word[count].length()) //could it be a null length? System.out.print(word[count]); // to see what this is.
Re: Java "Argot" Translator Help
Programming
5 Years Ago
by misstj555
… same code I have been working on. In the "
Translator
Menu" I tried to put a "While Loop…
Re: Java "Argot" Translator Help
Programming
5 Years Ago
by JamesCherrill
Aha! Just spotted it... You open a second Scanner using the same input stream in your
translator
method. That "steals" the stream from the first scanner, so the first scanner never sees any more input and throws a NoSuchElement exception when it trys to execute a nextInt()
CSS error when add Google Translator
Digital Media
UI / UX Design
11 Years Ago
by jLamp
…, I have added Google
Translator
. From the moment I add Google
Translator
my some div elements are…2lcbcef.jpg) But after I adding GT (Google
Translator
) header section is not fixed with top :( as…style: solid; border-bottom-color: #F00; } Google
Translator
codes are <meta name="google-translate-customization"…
how do i make my own translator?
Programming
Software Development
14 Years Ago
by eltonpiko
hi ive been wondering how
translator
work like google
translator
or others ive got a site im working on an … it from english to creol not Haitian Creole so a
translator
for my language is not available anywhere so i what…
Re: CSS error when add Google Translator
Digital Media
UI / UX Design
11 Years Ago
by LastMitch
>CSS error when add Google
Translator
**@Shalomd** I wouldn't say it's a error, I would say it's a bug. What browsers are using? Is your website using a CMS?
how can i develop dictionary translator using vb.net?
Programming
Software Development
18 Years Ago
by Nebrom
[CODE]i want to develop a dictionary and a statement
translator
from english language to my own language that is Amharic. … brief hint or code how can i develop this language
translator
using vb.net? Thanks a lot! .[/CODE]
Text file to dictionary to translator
Programming
Software Development
15 Years Ago
by jpob
… to python. I am making a
translator
in python 2.6 using basic commands. The
translator
is english to german. I need…
Morse Code translator HELP URGENTLY NEEDED PLEASE!!
Programming
Software Development
14 Years Ago
by Quagmire232
…LENGTH('---------------------------------------') DIV 2), 2); WRITELN ('MORSE CODE
TRANSLATOR
: ENGLISH SENTENCE'); GOTOXY(40-(LENGTH('---------------------------------------') DIV 2),… DIV 2), 2); WRITELN ('MORSE CODE
TRANSLATOR
: ENGLISH TO MORSE'); GOTOXY(40-(LENGTH('---------------------------------------') DIV…
Create a Multi-lingual Translator
Programming
Web Development
12 Years Ago
by kindo
Guys! I want to design a **Multi-lingual
Translator
** that can translate **english-french** **bulgarian-english** and vise versa. I would like to first ask; * that which one is the best for this program **(Python or Php)**. * How can I go about It. ***No API from Google or any related
translator
*** Thanks for attracting me here.
how to integrate language translator to website , without using google tra
Programming
Web Development
11 Years Ago
by chaitu11
how to integrate language
translator
to website , without using google
translator
Re: Text file to dictionary to translator
Programming
Software Development
15 Years Ago
by jcao219
…[/QUOTE] Also [B]den[/B]. Google built a really good
translator
, so I would use the API, in some way like…
Re: Morse Code translator HELP URGENTLY NEEDED PLEASE!!
Programming
Software Development
14 Years Ago
by Quagmire232
… have a question about the array, my teacher wants the
translator
to also have "." "," and numbers 0…
Re: php translator
Programming
Web Development
13 Years Ago
by vibhaJ
you want language
translator
? You can use google
translator
for that.
Re: Create a Multi-lingual Translator
Programming
Web Development
12 Years Ago
by LastMitch
>Guys! I want to design a Multi-lingual
Translator
that can translate english-french bulgarian-english and vise versa. **…
Re: Create a Multi-lingual Translator
Programming
Web Development
12 Years Ago
by kindo
Fanks Mitch.... What I want to design is like Google
Translator
but it will be for like just 2-3 Countries...so I would I design this in Php/Mysql and Javascript. Thanks.
Re: Create a Multi-lingual Translator
Programming
Web Development
12 Years Ago
by LastMitch
>What I want to design is like Google
Translator
but it will be for like just 2-3 Countries...…
want to write latin translator what language should i choose
Programming
Computer Science
20 Years Ago
by mikeandike22
i want to write a latin
translator
because most translators online dont do it very well plus i have to translate like 3 chapters of cicero a week at boston latin school. So i need some advice on what language i should would be best for this and advice on how to start would be nice as well but you dont need to tell me that.
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC