Download

ENGLISH TO MYANMAR DICTIONARY


  • Elegant UI Design
  • Compatible with Zawgyi-One Font or Myanmar Unicode
  • Over 34,000 words
  • Developed by Whizzo Students from C# Programming Class
Download Whizzo Dictionary




WHIZZO TYPING TUTOR (UNICODE)


Whizzo Myanmar Typing Tutor is first Myanmar Unicode enable Typing Tutor for all Myanmar people. It’s very simple to use and created by WhizzoSystem. Typing Tutor contains over 50 lessons , everyone can edit and modify.
Download Myanmar Typing Tutor

ZAWGYI DOWNLOAD

 
Zawgyi is Myanmar Unicode font , used in Myanmar Nation wide. Over 2 millions of Myanmar people use for reading and writing with Zawgyi. Zawgyi is the best font for web and free to use. It’s keyboard is flexible, easy to use and overwhelm already in Myanmar. You can Zawgyi download lasted version.

Web Services for Zawgyi to Myanmar Unicode

zawgyi to myanmar unicode converter
We are pleased to announce the availability of ZawGyi to Myanmar Unicode Converter Web Service for Myanmar web developers and software developers who want to use both ZawGyi and Myanmar Unicode in their web site or software application. Feel free to use our converter web service at
Our web service base on wsdl and can use any web development languages (PHP, ASP.NET, JSP and Javascript). It is totally free and we will not have a plan to charge in future. If you have any suggestion or problem about usage of web service, contact us via info@whizzosystem.com.

Sample usage with ASP.NET

Step 1

Step 2

Put following lines to your ASP.NET code:
<script runat="server">
protected void btnConvert_Click(object sender, EventArgs e)
{
ZawgyiToMyanmar3 converter = new ZawgyiToMyanmar3();
ConvertedString=converter.CallZawgyiToMyanmar3("");
Response.Write(ConvertedString);
}
</script>

Sample usage with PHP

Step 1

Step 2

Put following lines to your PHP code:
<?php
require_once('lib.php');
$converted_string= ZawgyiToMyanmar3('');
echo $converted_string;
?>

Complete Code:

<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Example for using Zawgyi To Myanmar3 Converter Web Service</title>
</head>
<body>
<?php
require_once('lib.php');
$converted_string= ZawgyiToMyanmar3('');
echo $converted_string;
?>
</body>
</html>

No comments:

Post a Comment