Tag Archives: paperless option

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.