Tag Archives: mac linux

English Japanese Mobile Online Translator

Mobile Phone

[yak_price]

[yak_buy]

The English Japanese Online Translator is a tiny and absolutely FREE language software solution. It can be used to translate from English to Japanese and from Japanese to English using the internet connection on your device.

Running on cell phones (mobile phone) and mobile devices compatible with the J2ME specifications CLDP 1.0 and MIDP 2.0 or later including Blackberry, Palm, Windows Mobile (PocketPC and Smartphone), Android and games consoles (PSP Nintendo DS) installed with a compatiable JVM and linked to the internet via  a wireless connection.

Instructions

For an offline English Japanese dictionary select your device below.

English Japanese Dictionary (J2ME – Mobile Phone)

Smartphones supporting Java (Symbian, S60, Windows mobile, Pocket PC, Android)
Games consoles (PSP, NDS, GP2X)

English Japanese Dictionary (J2SE – Mac, Linux Windows)

Windows, Mac, Linux, Solaris (desktops and laptops)
Jailbroken iPhone and iTouch (no support given)

English Japanese Dictionary (Palm OS)

Palm (Palms running Windows Mobile should use the J2ME – Mobile Phone version

English Japanese Dictionary (Windows Mobile Smartphone)

English Japanese Dictionary (Blackberry)

English Chinese English Dictionary (Eng Chinese Dic)

Translate Text


[php]
if($_POST[‘english’] == “English”){
header(‘Content-Type: text/html; charset=utf-8’);
$con=mysqli_connect(“jamesganesh.com”,”jamesgan”,”bath1964″,”jamesgan_dict”);
mysqli_set_charset($con,”utf8″);
$name=$_POST[“user”];
$result = mysqli_query($con,”SELECT * FROM EngChi WHERE pinyin LIKE ‘%”.$name.”%’ ORDER BY CASE WHEN pinyin like ‘”.$name.”%’ THEN 0 ELSE 1 END, pinyin limit 50;”);

while($row = mysqli_fetch_array($result)) {
echo ‘[strong][font color=”red”]’.$row[“pinyin”].'[br][/font][/strong]’;
echo ‘[font size=”4″ color=”blue”] – ‘.$row[“french”].'[/font][br]’;
echo ‘[em][strong][font color=”blue”] — ‘.$row[“English”].'[br][/font][/strong][/em]’;
}

mysqli_close($con);}
elseif($_POST[‘french’] == “Chinese”){
header(‘Content-Type: text/html; charset=utf-8’);
$con=mysqli_connect(“jamesganesh.com”,”jamesgan”,”bath1964″,”jamesgan_dict”);
mysqli_set_charset($con,”utf8″);
$name=$_POST[“user”];
$result = mysqli_query($con,”SELECT * FROM EngChi WHERE French LIKE ‘%”.$name.”%’ ORDER BY CASE WHEN French like ‘”.$name.”%’ THEN 0 ELSE 1 END, French limit 50;”);

while($row = mysqli_fetch_array($result)) {
echo ‘[font size=”4″ color=”red”]’.$row[“french”].'[/font][br]’;
echo ‘[strong][font color=”red”]’.$row[“English”].'[br][/font][/strong]’;
echo ‘[em][strong][font color=”blue”] — ‘.$row[“pinyin”].'[br][/font][/strong][/em]’;
}

mysqli_close($con);}
[/php]

Looking to buy an English Chinese Dictionary paperback or phrase book? Have you considered using a translation “app” on your mobile phone, PDA or games console, which uses the same space as a ringtone, is easy to install and is faster to reference than a book?

The English Chinese dictionary suite (Eng Chinese Dic.) is a full set of English Chinese language software for multiple platforms. Each dictionary can be used to translate from English to Chinese and from Chinese to English.

English Chinese Dictionary Android

English Chinese Dictionary (J2ME – Mobile Phone)

Smartphones supporting Java (Symbian, S60, Windows mobile, Pocket PC, Android)
Games consoles (PSP, NDS, GP2X)

English Chinese Dictionary (J2SE – Mac, Linux Windows)

Windows, Mac, Linux, Solaris (desktops and laptops)
Jailbroken iPhone and iTouch (no support given)

English Chinese Dictionary (Palm OS)

Palm (Palms running Windows Mobile should use the J2ME – Mobile Phone version

English Chinese Dictionary (Windows Mobile Smartphone)

English Chinese Dictionary (Blackberry)

Versions for mobile phones and other mobile devices provide word translations Eng Chinese displaying translations in phonetic Chinese (romanised Chinese). The Chinese Eng dic translates from phonetic Chinese to English and by using the copy feature this can be particularly useful for reverse lookups for synonyms and to understand the broader use of the Chinese word in the English language. Although the Eng Chinese dict does not provide definitions or examples, the use of the translation software in this way provides you with a mechanism to better understand Chinese words in the English context without the need for detailed definitions.

Laptop and Desktop versions for Windows, Apple Mac and Linux of the English Chinese language dictionary software display Chinese characters as well as phonetic Chinese when translating words from English to Chinese. The copy feature is equally useful in helping to understand and communicate between English and Chinese. This version can also translate from Chinese characters to English as well as from phonetic Chinese (romanised Chinese) to English.

Windows, Apple Mac and Linux versions also provide a Chinese learning mode, which uses flashcards to help you learn and memorize the Chinese language. The learning or Chinese teacher mode has 4 levels. In level one a word is selected from the 500 most commonly used English words and three Chinese words are displayed for you to make your choice. If the correct word is selected points are awarded, otherwise a life is lost. The correct answer is always displayed after a Chinese word is selected. Points are accumulated until 10 lives are lost. The second level of the game still tests against the 500 most commonly used English words, but offers a choice from five Chinese words for the correct English to Chinese translation. The Chinese teacher becomes more difficult in levels 3 and 4 when you are tested on your knowledge of the Chinese language against the complete Eng Chinese dic. Like level 1, level 3 offers three Chinese word choices and level 4 five Chinese word choices from the extensive English Chinese lexicon.

The learning mode provides the same functionality from Chinese words to English for levels 1 to 4. Chinese words are displayed in Chinese characters, but after an English translation choice is made the phonetic Chinese (romanised Chinese) is also displayed whether the selection is right or wrong. This is very helpful for Chinese language students who are learning to read Chinese.

A paperless option makes sense. It is kinder to the environment, its faster and it works on a device you already own.

English Thai English Dictionary (Eng Thai Dic)

Translate Text


[php]
if($_POST[‘english’] == “English”){
header(‘Content-Type: text/html; charset=utf-8’);
$con=mysqli_connect(“jamesganesh.com”,”jamesgan”,”bath1964″,”jamesgan_dict”);
mysqli_set_charset($con,”utf8″);
$name=$_POST[“user”];
$result = mysqli_query($con,”SELECT * FROM EngThaiTones WHERE English LIKE ‘%”.$name.”%’ ORDER BY CASE WHEN English like ‘”.$name.”%’ THEN 0 ELSE 1 END, English limit 50;”);

while($row = mysqli_fetch_array($result)) {
echo ‘[font color=”red”]’.$row[“English”].'[br][/font]’;
echo ‘[font color=”blue”] — ‘.$row[“trans”].'[/font][br]’;
echo ‘[em][font color=”blue”] — ‘.$row[“Roman”].'[br][/font][/em]’;
}

mysqli_close($con);}
elseif($_POST[‘french’] == “Thai”){
header(‘Content-Type: text/html; charset=utf-8’);
$con=mysqli_connect(“jamesganesh.com”,”jamesgan”,”bath1964″,”jamesgan_dict”);
mysqli_set_charset($con,”utf8″);
$name=$_POST[“user”];
$result = mysqli_query($con,”SELECT * FROM EngThaiTones WHERE trans LIKE ‘%”.$name.”%’ ORDER BY CASE WHEN trans like ‘”.$name.”%’ THEN 0 ELSE 1 END, trans limit 50;”);

while($row = mysqli_fetch_array($result)) {
echo ‘[font color=”red”]’.$row[“trans”].'[/font][br]’;
echo ‘[font color=”red”]’.$row[“Roman”].'[br][/font]’;
echo ‘[em][font color=”blue”] — ‘.$row[“English”].'[br][/font][/em]’;
}

mysqli_close($con);}
[/php]

Looking to buy a English Thai Dictionary paperback or phrase book? Have you considered using a translation “app” on your mobile phone, PDA or games console, which uses the same space as a ringtone, is easy to install and is faster to reference than a book?

The English Thai dictionary suite (Eng Thai Dic.) is a full set of English Thai language software for multiple platforms. Each dictionary can be used to translate from English to Thai and from Thai to English.

English Thai Dictionary Android

English Thai Dictionary (J2ME – Mobile Phone)

Smartphones supporting Java (Symbian, S60, Windows mobile, Pocket PC, Android)
Games consoles (PSP, NDS, GP2X)

English Thai Dictionary (J2SE – Mac, Linux Windows)

Windows, Mac, Linux, Solaris (desktops and laptops)
Jailbroken iPhone and iTouch (no support given)

English Thai Dictionary (Palm OS)

Palm (Palms running Windows Mobile should use the J2ME – Mobile Phone version

English Thai Dictionary (Windows Mobile Smartphone)

English Thai Dictionary (Blackberry)

Versions for mobile phones and other mobile devices provide word translations Eng Thai displaying translations in phonetic Thai (romanised Thai). The Thai Eng dic translates from phonetic Thai to English and by using the copy feature this can be particularly useful for reverse lookups for synonyms and to understand the broader use of the Thai word in the English language. Although the Eng Thai dict does not provide definitions or examples, the use of the translation software in this way provides you with a mechanism to better understand Thai words in the English context without the need for detailed definitions.

Laptop and Desktop versions for Windows, Apple Mac and Linux of the English Thai language dictionary software display Thai characters as well as phonetic Thai when translating words from English to Thai. The copy feature is equally useful in helping to understand and communicate between English and Thai. This version can also translate from Thai characters to English as well as from phonetic Thai (romanised Thai) to English.

Windows, Apple Mac and Linux versions also provide a Thai learning mode, which uses flashcards to help you learn and memorize the Thai language. The learning or Thai teacher mode has 4 levels. In level one a word is selected from the 500 most commonly used English words and three Thai words are displayed for you to make your choice. If the correct word is selected points are awarded, otherwise a life is lost. The correct answer is always displayed after a Thai word is selected. Points are accumulated until 10 lives are lost. The second level of the game still tests against the 500 most commonly used English words, but offers a choice from five Thai words for the correct English to Thai translation. The Thai teacher becomes more difficult in levels 3 and 4 when you are tested on your knowledge of the Thai language against the complete Eng Thai dic. Like level 1, level 3 offers three Thai word choices and level 4 five Thai word choices from the extensive English Thai lexicon.

The learning mode provides the same functionality from Thai words to English for levels 1 to 4. Thai words are displayed in Thai characters, but after an English translation choice is made the phonetic Thai (romanised Thai) is also displayed whether the selection is right or wrong. This is very helpful for Thai language students who are learning to read Thai.

A paperless option makes sense. It is kinder to the environment, its faster and it works on a device you already own.

English Georgian English Dictionary (Eng Georgian Dic)

Translate Text


[php]
if($_POST[‘english’] == “English”){
header(‘Content-Type: text/html; charset=utf-8’);
$con=mysqli_connect(“jamesganesh.com”,”jamesgan”,”bath1964″,”jamesgan_dict”);
mysqli_set_charset($con,”utf8″);
$name=$_POST[“user”];
$result = mysqli_query($con,”SELECT * FROM EngGeo WHERE English LIKE ‘%”.$name.”%’ ORDER BY CASE WHEN English like ‘”.$name.”%’ THEN 0 ELSE 1 END, English limit 50;”);

while($row = mysqli_fetch_array($result)) {
echo ‘[font color=”red”]’.$row[“English”].'[br][/font]’;
echo ‘[font color=”blue”] — ‘.$row[“French”].'[/font][br]’;
echo ‘[em][font color=”blue”] — ‘.$row[“Roman”].'[br][/font][/em]’;
}

mysqli_close($con);}
elseif($_POST[‘french’] == “Georgian”){
header(‘Content-Type: text/html; charset=utf-8’);
$con=mysqli_connect(“jamesganesh.com”,”jamesgan”,”bath1964″,”jamesgan_dict”);
mysqli_set_charset($con,”utf8″);
$name=$_POST[“user”];
$result = mysqli_query($con,”SELECT * FROM EngGeo WHERE French LIKE ‘%”.$name.”%’ ORDER BY CASE WHEN French like ‘”.$name.”%’ THEN 0 ELSE 1 END, French limit 50;”);

while($row = mysqli_fetch_array($result)) {
echo ‘[font color=”red”]’.$row[“French”].'[/font][br]’;
echo ‘[font color=”red”]’.$row[“Roman”].'[br][/font]’;
echo ‘[em][font color=”blue”] — ‘.$row[“English”].'[br][/font][/em]’;
}

mysqli_close($con);}
[/php]

Looking to buy an English Georgian Dictionary paperback or phrase book? Have you considered using a translation “app” on your mobile phone, PDA or games console, which uses the same space as a ringtone, is easy to install and is faster to reference than a book?

The English Georgian dictionary suite (Eng Georgian Dic.) is a full set of English Georgian language software for multiple platforms. Each dictionary can be used to translate from English to Georgian and from Georgian to English.

English Georgian Dictionary Android

English Georgian Dictionary (J2ME – Mobile Phone)

Smartphones supporting Java (Symbian, S60, Windows mobile, Pocket PC, Android)
Games consoles (PSP, NDS, GP2X)

English Georgian Dictionary (J2SE – Mac, Linux Windows)

Windows, Mac, Linux, Solaris (desktops and laptops)
Jailbroken iPhone and iTouch (no support given)

English Georgian Dictionary (Palm OS)

Palm (Palms running Windows Mobile should use the J2ME – Mobile Phone version

English Georgian Dictionary (Windows Mobile Smartphone)

English Georgian Dictionary (Blackberry)

Versions for mobile phones and other mobile devices provide word translations Eng Georgian displaying translations in phonetic Georgian (romanised Georgian). The Georgian Eng dic translates from phonetic Georgian to English and by using the copy feature this can be particularly useful for reverse lookups for synonyms and to understand the broader use of the Georgian word in the English language. Although the Eng Georgian dict does not provide definitions or examples, the use of the translation software in this way provides you with a mechanism to better understand Georgian words in the English context without the need for detailed definitions.

Laptop and Desktop versions for Windows, Apple Mac and Linux of the English Georgian language dictionary software display Georgian characters as well as phonetic Georgian when translating words from English to Georgian. The copy feature is equally useful in helping to understand and communicate between English and Georgian. This version can also translate from Georgian characters to English as well as from phonetic Georgian (romanised Georgian) to English.

Windows, Apple Mac and Linux versions also provide a Georgian learning mode, which uses flashcards to help you learn and memorize the Georgian language. The learning or Georgian teacher mode has 4 levels. In level one a word is selected from the 500 most commonly used English words and three Georgian words are displayed for you to make your choice. If the correct word is selected points are awarded, otherwise a life is lost. The correct answer is always displayed after a Georgian word is selected. Points are accumulated until 10 lives are lost. The second level of the game still tests against the 500 most commonly used English words, but offers a choice from five Georgian words for the correct English to Georgian translation. The Georgian teacher becomes more difficult in levels 3 and 4 when you are tested on your knowledge of the Georgian language against the complete Eng Georgian dic. Like level 1, level 3 offers three Georgian word choices and level 4 five Georgian word choices from the extensive English Georgian lexicon.

The learning mode provides the same functionality from Georgian words to English for levels 1 to 4. Georgian words are displayed in Georgian characters, but after an English translation choice is made the phonetic Georgian (romanised Georgian) is also displayed whether the selection is right or wrong. This is very helpful for Georgian language students who are learning to read Georgian.

A paperless option makes sense. It is kinder to the environment, its faster and it works on a device you already own.

English Danish English Dictionary (Eng Danish Dic)

Translate Text


[php]
if($_POST[‘english’] == “English”){
header(‘Content-Type: text/html; charset=utf-8’);
$con=mysqli_connect(“jamesganesh.com”,”jamesgan”,”bath1964″,”jamesgan_dict”);
mysqli_query(“SET NAMES ‘utf8′”);
mysqli_query(‘SET CHARACTER SET utf8’);
$name=$_POST[“user”];
$result = mysqli_query($con,”SELECT * FROM DanEng WHERE English LIKE ‘%”.$name.”%’ ORDER BY CASE WHEN English like ‘”.$name.”%’ THEN 0 ELSE 1 END, English limit 50;”);

while($row = mysqli_fetch_array($result)) {
echo ‘[font color=”red”]’.utf8_encode($row[“English”]).'[br][/font]’;
echo ‘[em][font color=”blue”] — ‘.utf8_encode($row[“French”]).'[br][/font][/em]’;
}

mysqli_close($con);}
elseif($_POST[‘french’] == “Danish”){
header(‘Content-Type: text/html; charset=utf-8’);
$con=mysqli_connect(“jamesganesh.com”,”jamesgan”,”bath1964″,”jamesgan_dict”);
mysqli_query(“SET NAMES ‘utf8′”);
mysqli_query(‘SET CHARACTER SET utf8’);
$name=$_POST[“user”];
$result = mysqli_query($con,”SELECT * FROM DanEng WHERE French LIKE ‘%”.$name.”%’ ORDER BY CASE WHEN French like ‘”.$name.”%’ THEN 0 ELSE 1 END, French limit 50;”);

while($row = mysqli_fetch_array($result)) {
echo ‘[font color=”red”]’.utf8_encode($row[“French”]).'[br][/font]’;
echo ‘[em][font color=”blue”] — ‘.utf8_encode($row[“English”]).'[br][/font][/em]’;
}

mysqli_close($con);}
[/php]

Looking to buy an English Danish Dictionary paperback or phrase book? Have you considered using a translation “app” on your mobile phone, PDA or games console, which uses the same space as a ringtone, is easy to install and is faster to reference than a book?

The English Danish dictionary suite (Eng Danish Dic.) is a full set of English Danish language software for multiple platforms. Each dictionary can be used to translate from English to Danish and from Danish to English.

English Danish Dictionary Android

English Danish Dictionary (J2ME – Mobile Phone)

Smartphones supporting Java (Symbian, S60, Windows mobile, Pocket PC, Android)
Games consoles (PSP, NDS, GP2X)

English Danish Dictionary (J2SE – Mac, Linux Windows)

Windows, Mac, Linux, Solaris (desktops and laptops)
Jailbroken iPhone and iTouch (no support given)

English Danish Dictionary (Palm OS)

Palm (Palms running Windows Mobile should use the J2ME – Mobile Phone version

English Danish Dictionary (Windows Mobile Smartphone)

English Danish Dictionary (Blackberry)

All versions provide word translations Eng Danish and Danish Eng. The copy feature can be used for reverse lookups to display synonyms and to understand the broader use of the Danish word in the English language. Although the Eng Danish dict does not provide definitions or examples, the use of the translation software in this way provides you with a mechanism to better understand Danish words in the English context without the need for detailed definitions.

Laptop and Desktop versions for Windows, Apple Mac and Linux have a Danish learning mode, which uses flashcards to help you learn and memorize the Danish language. The learning or Danish teacher mode has 4 levels. In level one a word is selected from the 500 most commonly used English words and three Danish words are displayed for you to make your choice. If the correct word is selected points are awarded, otherwise a life is lost. The correct answer is always displayed after a Danish word is selected. Points are accumulated until 10 lives are lost. The second level of the game still tests against the 500 most commonly used English words, but offers a choice from five Danish words for the correct English to Danish translation. The Danish teacher becomes more difficult in levels 3 and 4 when you are tested on your knowledge of the Danish language against the complete Eng Danish dic. Like level 1, level 3 offers three Danish word choices and level 4 five Danish word choices from the extensive English Danish lexicon.

The learning mode provides the same functionality from Danish words to English for levels 1 to 4. Danish words are displayed for you to choose an English translation. The same scoring and lives applies as for English.

A paperless option makes sense. It is kinder to the environment, its faster and it works on a device you already own.

English Serbian English Dictionary (Eng Serbian Dic)

Translate Text


[php]
if($_POST[‘english’] == “English”){
header(‘Content-Type: text/html; charset=utf-8’);
$con=mysqli_connect(“jamesganesh.com”,”jamesgan”,”bath1964″,”jamesgan_dict”);
mysqli_set_charset($con,”utf8″);
$name=$_POST[“user”];
$result = mysqli_query($con,”SELECT * FROM SerEng WHERE English LIKE ‘%”.$name.”%’ ORDER BY CASE WHEN English like ‘”.$name.”%’ THEN 0 ELSE 1 END, English limit 50;”);

while($row = mysqli_fetch_array($result)) {
echo ‘[font color=”red”]’.$row[“English”].'[br][/font]’;
echo ‘[font color=”blue”] — ‘.$row[“French”].'[/font][br]’;
echo ‘[em][font color=”blue”] — ‘.$row[“Roman”].'[br][/font][/em]’;
}

mysqli_close($con);}
elseif($_POST[‘french’] == “Serbian”){
header(‘Content-Type: text/html; charset=utf-8’);
$con=mysqli_connect(“jamesganesh.com”,”jamesgan”,”bath1964″,”jamesgan_dict”);
mysqli_set_charset($con,”utf8″);
$name=$_POST[“user”];
$result = mysqli_query($con,”SELECT * FROM SerEng WHERE French LIKE ‘%”.$name.”%’ ORDER BY CASE WHEN French like ‘”.$name.”%’ THEN 0 ELSE 1 END, French limit 50;”);

while($row = mysqli_fetch_array($result)) {
echo ‘[font color=”red”]’.$row[“French”].'[/font][br]’;
echo ‘[font color=”red”]’.$row[“Roman”].'[br][/font]’;
echo ‘[em][font color=”blue”] — ‘.$row[“English”].'[br][/font][/em]’;
}

mysqli_close($con);}
[/php]

Looking to buy an English Serbian Dictionary paperback or phrase book? Have you considered using a translation “app” on your mobile phone, PDA or games console, which uses the same space as a ringtone, is easy to install and is faster to reference than a book?

The English Serbian dictionary suite (Eng Serbian Dic.) is a full set of English Serbian language software for multiple platforms. Each dictionary can be used to translate from English to Serbian and from Serbian to English.

English Serbian Dictionary Android

English Serbian Dictionary (J2ME – Mobile Phone)

Smartphones supporting Java (Symbian, S60, Windows mobile, Pocket PC, Android)
Games consoles (PSP, NDS, GP2X)

English Serbian Dictionary (J2SE – Mac, Linux Windows)

Windows, Mac, Linux, Solaris (desktops and laptops)
Jailbroken iPhone and iTouch (no support given)

English Serbian Dictionary (Palm OS)

Palm (Palms running Windows Mobile should use the J2ME – Mobile Phone version

English Serbian Dictionary (Windows Mobile Smartphone)

English Serbian Dictionary (Blackberry)

All versions provide word translations Eng Serbian displaying translations in phonetic Serbian (romanised Serbian). The Serbian Eng dic translates from phonetic Serbian to English and by using the copy feature this can be particularly useful for reverse lookups for synonyms and to understand the broader use of the Serbian word in the English language. Although the Eng Serbian dict does not provide definitions or examples, the use of the translation software in this way provides you with a mechanism to better understand Serbian words in the English context without the need for detailed definitions.

Laptop and Desktop versions for Windows, Apple Mac and Linux have a Serbian learning mode, which uses flashcards to help you learn and memorize the Serbian language. The learning or Serbian teacher mode has 4 levels. In level one a word is selected from the 500 most commonly used English words and three Serbian words are displayed for you to make your choice. If the correct word is selected points are awarded, otherwise a life is lost. The correct answer is always displayed after a Serbian word is selected. Points are accumulated until 10 lives are lost. The second level of the game still tests against the 500 most commonly used English words, but offers a choice from five Serbian words for the correct English to Serbian translation. The Serbian teacher becomes more difficult in levels 3 and 4 when you are tested on your knowledge of the Serbian language against the complete Eng Serbian dic. Like level 1, level 3 offers three Serbian word choices and level 4 five Serbian word choices from the extensive English Serbian lexicon.

The learning mode provides the same functionality from Serbian words to English for levels 1 to 4. Serbian words are displayed in phonetic Serbian (romanised Serbian) for you to choose an English translation. The same scoring and lives applies as for English.

A paperless option makes sense. It is kinder to the environment, its faster and it works on a device you already own.

English Turkish English Dictionary (Eng Turkish Dic)

Translate Text


[php]
if($_POST[‘english’] == “English”){
header(‘Content-Type: text/html; charset=utf-8’);
$con=mysqli_connect(“jamesganesh.com”,”jamesgan”,”bath1964″,”jamesgan_dict”);
mysqli_set_charset($con,”utf8″);
$name=$_POST[“user”];
$result = mysqli_query($con,”SELECT * FROM EngTur WHERE English LIKE ‘%”.$name.”%’ ORDER BY CASE WHEN English like ‘”.$name.”%’ THEN 0 ELSE 1 END, English limit 50;”);

while($row = mysqli_fetch_array($result)) {
echo ‘[font color=”red”]’.$row[“English”].'[br][/font]’;
echo ‘[em][font color=”blue”] — ‘.$row[“French”].'[br][/font][/em]’;
}

mysqli_close($con);}
elseif($_POST[‘french’] == “Turkish”){
header(‘Content-Type: text/html; charset=utf-8’);
$con=mysqli_connect(“jamesganesh.com”,”jamesgan”,”bath1964″,”jamesgan_dict”);
mysqli_set_charset($con,”utf8″);
$name=$_POST[“user”];
$result = mysqli_query($con,”SELECT * FROM EngTur WHERE French LIKE ‘%”.$name.”%’ ORDER BY CASE WHEN French like ‘”.$name.”%’ THEN 0 ELSE 1 END, French limit 50;”);

while($row = mysqli_fetch_array($result)) {
echo ‘[font color=”red”]’.$row[“French”].'[br][/font]’;
echo ‘[em][font color=”blue”] — ‘.$row[“English”].'[br][/font][/em]’;
}

mysqli_close($con);}
[/php]

Looking to buy an English Turkish Dictionary paperback or phrase book? Have you considered using a translation “app” on your mobile phone, PDA or games console, which uses the same space as a ringtone, is easy to install and is faster to reference than a book?

The English Turkish dictionary suite (Eng Turkish Dic.) is a full set of English Turkish language software for multiple platforms. Each dictionary can be used to translate from English to Turkish and from Turkish to English.

English Turkish Dictionary Android

English Turkish Dictionary (J2ME – Mobile Phone)

Smartphones supporting Java (Symbian, S60, Windows mobile, Pocket PC, Android)
Games consoles (PSP, NDS, GP2X)

English Turkish Dictionary (J2SE – Mac, Linux Windows)

Windows, Mac, Linux, Solaris (desktops and laptops)
Jailbroken iPhone and iTouch (no support given)

English Turkish Dictionary (Palm OS)

Palm (Palms running Windows Mobile should use the J2ME – Mobile Phone version

English Turkish Dictionary (Windows Mobile Smartphone)

English Turkish Dictionary (Blackberry)

All versions provide word translations Eng Turkish and Turkish Eng. The copy feature can be used for reverse lookups to display synonyms and to understand the broader use of the Turkish word in the English language. Although the Eng Turkish dict does not provide definitions or examples, the use of the translation software in this way provides you with a mechanism to better understand Turkish words in the English context without the need for detailed definitions.

Laptop and Desktop versions for Windows, Apple Mac and Linux have a Turkish learning mode, which uses flashcards to help you learn and memorize the Turkish language. The learning or Turkish teacher mode has 4 levels. In level one a word is selected from the 500 most commonly used English words and three Turkish words are displayed for you to make your choice. If the correct word is selected points are awarded, otherwise a life is lost. The correct answer is always displayed after a Turkish word is selected. Points are accumulated until 10 lives are lost. The second level of the game still tests against the 500 most commonly used English words, but offers a choice from five Turkish words for the correct English to Turkish translation. The Turkish teacher becomes more difficult in levels 3 and 4 when you are tested on your knowledge of the Turkish language against the complete Eng Turkish dic. Like level 1, level 3 offers three Turkish word choices and level 4 five Turkish word choices from the extensive English Turkish lexicon.

The learning mode provides the same functionality from Turkish words to English for levels 1 to 4. Turkish words are displayed for you to choose an English translation. The same scoring and lives applies as for English.

A paperless option makes sense. It is kinder to the environment, its faster and it works on a device you already own.

English Chinese – Mandarin Mobile Online Translator

Mobile Phone

[yak_price]

[yak_buy]

The English Chinese – Mandarin Online Translator is a tiny and absolutely FREE language software solution. It can be used to translate from English to Chinese – Mandarin and from Chinese – Mandarin to English using the internet connection on your device.

Running on cell phones (mobile phone) and mobile devices compatible with the J2ME specifications CLDP 1.0 and MIDP 2.0 or later including Blackberry, Palm, Windows Mobile (PocketPC and Smartphone), Android and games consoles (PSP Nintendo DS) installed with a compatiable JVM and linked to the internet via  a wireless connection.

Instructions

For an offline English Chinese – Mandarin dictionary select your device below.

English Chinese Dictionary (J2ME – Mobile Phone)

Smartphones supporting Java (Symbian, S60, Windows mobile, Pocket PC, Android)
Games consoles (PSP, NDS, GP2X)

English Chinese Dictionary (J2SE – Mac, Linux Windows)

Windows, Mac, Linux, Solaris (desktops and laptops)
Jailbroken iPhone and iTouch (no support given)

English Chinese Dictionary (Palm OS)

Palm (Palms running Windows Mobile should use the J2ME – Mobile Phone version

English Chinese Dictionary (Windows Mobile Smartphone)

English Chinese Dictionary (Blackberry)

English Dzongkha English Dictionary (Eng Dzongkha Dic)

Translate Text


[php]
if($_POST[‘english’] == “English”){
header(‘Content-Type: text/html; charset=utf-8’);
$con=mysqli_connect(“jamesganesh.com”,”jamesgan”,”bath1964″,”jamesgan_dict”);
mysqli_set_charset($con,”utf8″);
$name=$_POST[“user”];
$result = mysqli_query($con,”SELECT * FROM DzEng WHERE English LIKE ‘%”.$name.”%’ ORDER BY CASE WHEN English like ‘”.$name.”%’ THEN 0 ELSE 1 END, English limit 50;”);

while($row = mysqli_fetch_array($result)) {
echo ‘[font color=”red”]’.$row[“English”].'[br][/font]’;
echo ‘[font size=”5″ color=”blue”] – ‘.$row[“Roman”].'[/font][br]’;
echo ‘[em][font color=”blue”] — ‘.$row[“French”].'[br][/font][/em]’;
}

mysqli_close($con);}
elseif($_POST[‘french’] == “Dzongkha”){
header(‘Content-Type: text/html; charset=utf-8’);
$con=mysqli_connect(“jamesganesh.com”,”jamesgan”,”bath1964″,”jamesgan_dict”);
mysqli_set_charset($con,”utf8″);
$name=$_POST[“user”];
$result = mysqli_query($con,”SELECT * FROM DzEng WHERE Roman LIKE ‘%”.$name.”%’ ORDER BY CASE WHEN Roman like ‘”.$name.”%’ THEN 0 ELSE 1 END, Roman limit 50;”);

while($row = mysqli_fetch_array($result)) {
echo ‘[font size=”5″ color=”red”]’.$row[“Roman”].'[/font][br]’;
echo ‘[font color=”red”]’.$row[“French”].'[br][/font]’;
echo ‘[em][font color=”blue”] — ‘.$row[“English”].'[br][/font][/em]’;
}

mysqli_close($con);}
[/php]

Looking to buy an English Dzongkha Dictionary paperback or phrase book? Have you considered using a translation “app” on your mobile phone, PDA or games console, which uses the same space as a ringtone, is easy to install and is faster to reference than a book?

The English Dzongkha dictionary suite (Eng Dzongkha Dic.) is a full set of English Arabic language software for multiple platforms. Each dictionary can be used to translate from English to Dzongkha and from Dzongkha to English.

English Dzongkha Dictionary Android

English Dzongkha Dictionary (J2ME – Mobile Phone)

Smartphones supporting Java (Symbian, S60, Windows mobile, Pocket PC, Android)
Games consoles (PSP, NDS, GP2X)

English Dzongkha Dictionary (Palm OS)

Palm (Palms running Windows Mobile should use the J2ME – Mobile Phone version

English Dzongkha Dictionary (Windows Mobile)

English Dzongkha Dictionary (Blackberry)

Versions for mobile phones and other mobile devices provide word translations Eng Dzongkha displaying translations in phonetic Dzongkha (romanised Dzongkha). The Dzongkha Eng dic translates from phonetic Dzongkha to English and by using the copy feature this can be particularly useful for reverse lookups for synonyms and to understand the broader use of the Dzongkha word in the English language. Although the Eng Dzongkha dict does not provide definitions or examples, the use of the translation software in this way provides you with a mechanism to better understand Dzongkha words in the English context without the need for detailed definitions.

A paperless option makes sense. It is kinder to the environment, its faster and it works on a device you already own.

English Mongolian English Dictionary (Eng Mongolian Dic)

Translate Text


[php]
if($_POST[‘english’] == “English”){
header(‘Content-Type: text/html; charset=utf-8’);
$con=mysqli_connect(“jamesganesh.com”,”jamesgan”,”bath1964″,”jamesgan_dict”);
mysqli_set_charset($con,”utf8″);
$name=$_POST[“user”];
$result = mysqli_query($con,”SELECT * FROM EngMon WHERE English LIKE ‘%”.$name.”%’ ORDER BY CASE WHEN English like ‘”.$name.”%’ THEN 0 ELSE 1 END, English limit 50;”);

while($row = mysqli_fetch_array($result)) {
echo ‘[font color=”red”]’.$row[“English”].'[br][/font]’;
echo ‘[font color=”blue”] — ‘.$row[“french”].'[/font][br]’;
echo ‘[em][font color=”blue”] — ‘.$row[“roman”].'[br][/font][/em]’;
}

mysqli_close($con);}
elseif($_POST[‘french’] == “Mongolian”){
header(‘Content-Type: text/html; charset=utf-8’);
$con=mysqli_connect(“jamesganesh.com”,”jamesgan”,”bath1964″,”jamesgan_dict”);
mysqli_set_charset($con,”utf8″);
$name=$_POST[“user”];
$result = mysqli_query($con,”SELECT * FROM EngMon WHERE French LIKE ‘%”.$name.”%’ ORDER BY CASE WHEN French like ‘”.$name.”%’ THEN 0 ELSE 1 END, French limit 50;”);

while($row = mysqli_fetch_array($result)) {
echo ‘[font color=”red”]’.$row[“french”].'[/font][br]’;
echo ‘[font color=”red”]’.$row[“roman”].'[br][/font]’;
echo ‘[em][font color=”blue”] — ‘.$row[“English”].'[br][/font][/em]’;
}

mysqli_close($con);}
[/php]

Looking to buy an English Mongolian Dictionary paperback or phrase book? Have you considered using a translation “app” on your mobile phone, PDA or games console, which uses the same space as a ringtone, is easy to install and is faster to reference than a book?

The English Mongolian dictionary suite (Eng Mongolian Dic.) is a full set of English Mongolian language software for multiple platforms. Each dictionary can be used to translate from English to Mongolian and from Mongolian to English.

English Mongolian Dictionary Android

English Mongolian Dictionary (J2ME – Mobile Phone)

Smartphones supporting Java (Symbian, S60, Windows mobile, Pocket PC, Android)
Games consoles (PSP, NDS, GP2X)

English Mongolian Dictionary (J2SE – Mac, Linux Windows)

Windows, Mac, Linux, Solaris (desktops and laptops)
Jailbroken iPhone and iTouch (no support given)

English Mongolian Dictionary (Palm OS)

Palm (Palms running Windows Mobile should use the J2ME – Mobile Phone version

English Mongolian Dictionary (Windows Mobile Smartphone)

English Mongolian Dictionary (Blackberry)

Versions for mobile phones and other mobile devices provide word translations Eng Mongolian displaying translations in phonetic Mongolian (romanised Mongolian). The Mongolian Eng dic translates from phonetic Mongolian to English and by using the copy feature this can be particularly useful for reverse lookups for synonyms and to understand the broader use of the Mongolian word in the English language. Although the Eng Mongolian dict does not provide definitions or examples, the use of the translation software in this way provides you with a mechanism to better understand Mongolian words in the English context without the need for detailed definitions.

Laptop and Desktop versions for Windows, Apple Mac and Linux of the English Mongolian language dictionary software display Mongolian characters as well as phonetic Mongolian when translating words from English to Mongolian. The copy feature is equally useful in helping to understand and communicate between English and Mongolian. This version can also translate from Mongolian characters to English as well as from phonetic Mongolian (romanised Mongolian) to English.

Windows, Apple Mac and Linux versions also provide a Mongolian learning mode, which uses flashcards to help you learn and memorize the Mongolian language. The learning or Mongolian teacher mode has 4 levels. In level one a word is selected from the 500 most commonly used English words and three Mongolian words are displayed for you to make your choice. If the correct word is selected points are awarded, otherwise a life is lost. The correct answer is always displayed after a Mongolian word is selected. Points are accumulated until 10 lives are lost. The second level of the game still tests against the 500 most commonly used English words, but offers a choice from five Mongolian words for the correct English to Mongolian translation. The Mongolian teacher becomes more difficult in levels 3 and 4 when you are tested on your knowledge of the Mongolian language against the complete Eng Mongolian dic. Like level 1, level 3 offers three Mongolian word choices and level 4 five Mongolian word choices from the extensive English Mongolian lexicon.

The learning mode provides the same functionality from Mongolian words to English for levels 1 to 4. Mongolian words are displayed in Mongolian characters, but after an English translation choice is made the phonetic Mongolian (romanised Mongolian) is also displayed whether the selection is right or wrong. This is very helpful for Mongolian language students who are learning to read Mongolian.

A paperless option makes sense. It is kinder to the environment, its faster and it works on a device you already own.

English Norwegian English Dictionary (Eng Norwegian Dic)

Translate Text


[php]
if($_POST[‘english’] == “English”){
header(‘Content-Type: text/html; charset=utf-8’);
$con=mysqli_connect(“jamesganesh.com”,”jamesgan”,”bath1964″,”jamesgan_dict”);
mysqli_query(“SET NAMES ‘utf8′”);
mysqli_query(‘SET CHARACTER SET utf8’);
$name=$_POST[“user”];
$result = mysqli_query($con,”SELECT * FROM EngNor WHERE English LIKE ‘%”.$name.”%’ ORDER BY CASE WHEN English like ‘”.$name.”%’ THEN 0 ELSE 1 END, English limit 50;”);

while($row = mysqli_fetch_array($result)) {
echo ‘[font color=”red”]’.utf8_encode($row[“English”]).'[br][/font]’;
echo ‘[em][font color=”blue”] — ‘.utf8_encode($row[“French”]).'[br][/font][/em]’;
}

mysqli_close($con);}
elseif($_POST[‘french’] == “Norwegian”){
header(‘Content-Type: text/html; charset=utf-8’);
$con=mysqli_connect(“jamesganesh.com”,”jamesgan”,”bath1964″,”jamesgan_dict”);
mysqli_query(“SET NAMES ‘utf8′”);
mysqli_query(‘SET CHARACTER SET utf8’);
$name=$_POST[“user”];
$result = mysqli_query($con,”SELECT * FROM EngNor WHERE French LIKE ‘%”.$name.”%’ ORDER BY CASE WHEN French like ‘”.$name.”%’ THEN 0 ELSE 1 END, French limit 50;”);

while($row = mysqli_fetch_array($result)) {
echo ‘[font color=”red”]’.utf8_encode($row[“French”]).'[br][/font]’;
echo ‘[em][font color=”blue”] — ‘.utf8_encode($row[“English”]).'[br][/font][/em]’;
}

mysqli_close($con);}
[/php]

Looking to buy an English Norwegian Dictionary paperback or phrase book? Have you considered using a translation “app” on your mobile phone, PDA or games console, which uses the same space as a ringtone, is easy to install and is faster to reference than a book?

The English Norwegian dictionary suite (Eng Norwegian Dic.) is a full set of English Norwegian language software for multiple platforms. Each dictionary can be used to translate from English to Norwegian and from Norwegian to English.

English Norwegian Dictionary Android

English Norwegian Dictionary (J2ME – Mobile Phone)

Smartphones supporting Java (Symbian, S60, Windows mobile, Pocket PC, Android)
Games consoles (PSP, NDS, GP2X)

English Norwegian Dictionary (J2SE – Mac, Linux Windows)

Windows, Mac, Linux, Solaris (desktops and laptops)
Jailbroken iPhone and iTouch (no support given)

English Norwegian Dictionary (Palm OS)

Palm (Palms running Windows Mobile should use the J2ME – Mobile Phone version

English Norwegian Dictionary (Windows Mobile Smartphone)

English Norwegian Dictionary (Blackberry)

All versions provide word translations Eng Norwegian and Norwegian Eng. The copy feature can be used for reverse lookups to display synonyms and to understand the broader use of the Norwegian word in the English language. Although the Eng Norwegian dict does not provide definitions or examples, the use of the translation software in this way provides you with a mechanism to better understand Norwegian words in the English context without the need for detailed definitions.

Laptop and Desktop versions for Windows, Apple Mac and Linux have a Norwegian learning mode, which uses flashcards to help you learn and memorize the Norwegian language. The learning or Norwegian teacher mode has 4 levels. In level one a word is selected from the 500 most commonly used English words and three Norwegian words are displayed for you to make your choice. If the correct word is selected points are awarded, otherwise a life is lost. The correct answer is always displayed after a Norwegian word is selected. Points are accumulated until 10 lives are lost. The second level of the game still tests against the 500 most commonly used English words, but offers a choice from five Norwegian words for the correct English to Norwegian translation. The Norwegian teacher becomes more difficult in levels 3 and 4 when you are tested on your knowledge of the Norwegian language against the complete Eng Norwegian dic. Like level 1, level 3 offers three Norwegian word choices and level 4 five Norwegian word choices from the extensive English Norwegian lexicon.

The learning mode provides the same functionality from Norwegian words to English for levels 1 to 4. Norwegian words are displayed for you to choose an English translation. The same scoring and lives applies as for English.

A paperless option makes sense. It is kinder to the environment, its faster and it works on a device you already own.

English Bulgarian Mobile Online Translator

Mobile Phone

[yak_price]

[yak_buy]

The English Bulgarian Online Translator is a tiny and absolutely FREE language software solution. It can be used to translate from English to Bulgarian and from Bulgarian to English using the internet connection on your device.

Running on cell phones (mobile phone) and mobile devices compatible with the J2ME specifications CLDP 1.0 and MIDP 2.0 or later including Blackberry, Palm, Windows Mobile (PocketPC and Smartphone), Android and games consoles (PSP Nintendo DS) installed with a compatiable JVM and linked to the internet via  a wireless connection.

Instructions

For an offline English Bulgarian dictionary select your device below.

English Bulgarian Dictionary (J2ME – Mobile Phone)

Smartphones supporting Java (Symbian, S60, Windows mobile, Pocket PC, Android)
Games consoles (PSP, NDS, GP2X)

English Bulgarian Dictionary (J2SE – Mac, Linux Windows)

Windows, Mac, Linux, Solaris (desktops and laptops)
Jailbroken iPhone and iTouch (no support given)

English Bulgarian Dictionary (Palm OS)

Palm (Palms running Windows Mobile should use the J2ME – Mobile Phone version

English Bulgarian Dictionary (Windows Mobile Smartphone)

English Bulgarian Dictionary (Blackberry)

English German Mobile Online Translator

Mobile Phone

[yak_price]

[yak_buy]

The English German Online Translator is a tiny and absolutely FREE language software solution. It can be used to translate from English to German and from German to English using the internet connection on your device.

Running on cell phones (mobile phone) and mobile devices compatible with the J2ME specifications CLDP 1.0 and MIDP 2.0 or later including Blackberry, Palm, Windows Mobile (PocketPC and Smartphone), Android and games consoles (PSP Nintendo DS) installed with a compatiable JVM and linked to the internet via  a wireless connection.

Instructions

For an offline English German dictionary select your device below.

English German Dictionary (J2ME – Mobile Phone)

Smartphones supporting Java (Symbian, S60, Windows mobile, Pocket PC, Android)
Games consoles (PSP, NDS, GP2X)

English German Dictionary (J2SE – Mac, Linux Windows)

Windows, Mac, Linux, Solaris (desktops and laptops)
Jailbroken iPhone and iTouch (no support given)

English German Dictionary (Palm OS)

Palm (Palms running Windows Mobile should use the J2ME – Mobile Phone version

English German Dictionary (Windows Mobile Smartphone)

English German Dictionary (Blackberry)

English Norwegian Mobile Online Translator

Mobile Phone

[yak_price]

[yak_buy]

The English Norwegian Online Translator is a tiny and absolutely FREE language software solution. It can be used to translate from English to Norwegian and from Norwegian to English using the internet connection on your device.

Running on cell phones (mobile phone) and mobile devices compatible with the J2ME specifications CLDP 1.0 and MIDP 2.0 or later including Blackberry, Palm, Windows Mobile (PocketPC and Smartphone), Android and games consoles (PSP Nintendo DS) installed with a compatiable JVM and linked to the internet via  a wireless connection.

Instructions

For an offline English Norwegian dictionary select your device below.

English Norwegian Dictionary (J2ME – Mobile Phone)

Smartphones supporting Java (Symbian, S60, Windows mobile, Pocket PC, Android)
Games consoles (PSP, NDS, GP2X)

English Norwegian Dictionary (J2SE – Mac, Linux Windows)

Windows, Mac, Linux, Solaris (desktops and laptops)
Jailbroken iPhone and iTouch (no support given)

English Norwegian Dictionary (Palm OS)

Palm (Palms running Windows Mobile should use the J2ME – Mobile Phone version

English Norwegian Dictionary (Windows Mobile Smartphone)

English Norwegian Dictionary (Blackberry)

English Hungarian English Dictionary (Eng Hungarian Dic)

Translate Text


[php]
if($_POST[‘english’] == “English”){
header(‘Content-Type: text/html; charset=utf-8’);
$con=mysqli_connect(“jamesganesh.com”,”jamesgan”,”bath1964″,”jamesgan_dict”);
mysqli_query(“SET NAMES ‘utf8′”);
mysqli_query(‘SET CHARACTER SET utf8’);
$name=$_POST[“user”];
$result = mysqli_query($con,”SELECT * FROM EngHun WHERE English LIKE ‘%”.$name.”%’ ORDER BY CASE WHEN English like ‘”.$name.”%’ THEN 0 ELSE 1 END, English limit 50;”);

while($row = mysqli_fetch_array($result)) {
echo ‘[font color=”red”]’.utf8_encode($row[“English”]).'[br][/font]’;
echo ‘[em][font color=”blue”] — ‘.utf8_encode($row[“French”]).'[br][/font][/em]’;
}

mysqli_close($con);}
elseif($_POST[‘french’] == “Hungarian”){
header(‘Content-Type: text/html; charset=utf-8’);
$con=mysqli_connect(“jamesganesh.com”,”jamesgan”,”bath1964″,”jamesgan_dict”);
mysqli_query(“SET NAMES ‘utf8′”);
mysqli_query(‘SET CHARACTER SET utf8’);
$name=$_POST[“user”];
$result = mysqli_query($con,”SELECT * FROM EngHun WHERE French LIKE ‘%”.$name.”%’ ORDER BY CASE WHEN French like ‘”.$name.”%’ THEN 0 ELSE 1 END, French limit 50;”);

while($row = mysqli_fetch_array($result)) {
echo ‘[font color=”red”]’.utf8_encode($row[“French”]).'[br][/font]’;
echo ‘[em][font color=”blue”] — ‘.utf8_encode($row[“English”]).'[br][/font][/em]’;
}

mysqli_close($con);}
[/php]

Looking to buy an English Hungarian Dictionary paperback or phrase book? Have you considered using a translation “app” on your mobile phone, PDA or games console, which uses the same space as a ringtone, is easy to install and is faster to reference than a book?

The English Hungarian dictionary suite (Eng Hungarian Dic.) is a full set of English Hungarian language software for multiple platforms. Each dictionary can be used to translate from English to Hungarian and from Hungarian to English.

English Hungarian Dictionary Android

English Hungarian Dictionary (J2ME – Mobile Phone)

Smartphones supporting Java (Symbian, S60, Windows mobile, Pocket PC, Android)
Games consoles (PSP, NDS, GP2X)

English Hungarian Dictionary (J2SE – Mac, Linux Windows)

Windows, Mac, Linux, Solaris (desktops and laptops)
Jailbroken iPhone and iTouch (no support given)

English Hungarian Dictionary (Palm OS)

Palm (Palms running Windows Mobile should use the J2ME – Mobile Phone version

English Hungarian Dictionary (Windows Mobile Smartphone)

English Hungarian Dictionary (Blackberry)

All versions provide word translations Eng Hungarian and Hungarian Eng. The copy feature can be used for reverse lookups to display synonyms and to understand the broader use of the Hungarian word in the English language. Although the Eng Hungarian dict does not provide definitions or examples, the use of the translation software in this way provides you with a mechanism to better understand Hungarian words in the English context without the need for detailed definitions.

Laptop and Desktop versions for Windows, Apple Mac and Linux have a Hungarian learning mode, which uses flashcards to help you learn and memorize the Hungarian language. The learning or Hungarian teacher mode has 4 levels. In level one a word is selected from the 500 most commonly used English words and three Hungarian words are displayed for you to make your choice. If the correct word is selected points are awarded, otherwise a life is lost. The correct answer is always displayed after a Hungarian word is selected. Points are accumulated until 10 lives are lost. The second level of the game still tests against the 500 most commonly used English words, but offers a choice from five Hungarian words for the correct English to Hungarian translation. The Hungarian teacher becomes more difficult in levels 3 and 4 when you are tested on your knowledge of the Hungarian language against the complete Eng Hungarian dic. Like level 1, level 3 offers three Hungarian word choices and level 4 five Hungarian word choices from the extensive English Hungarian lexicon.

The learning mode provides the same functionality from Hungarian words to English for levels 1 to 4. Hungarian words are displayed for you to choose an English translation. The same scoring and lives applies as for English.

A paperless option makes sense. It is kinder to the environment, its faster and it works on a device you already own.