Skip to main content

How to transliterate/ type Arabic, Bengali, Farsi (Persian), Greek, Gujarati, Hindi, Kannada, Malayalam, Marathi, Nepali, Punjabi, Tamil, Telugu and Urdu in Microsoft Word or any other windows application

Transliterate
transliterate means that you type using English alphabets like
"Duniya gol hai" and transliterate will convert it too دنیا گول ہے . Easy :)

To use transliterate  on your computer you need to download and install Google IME plugin for specific language from here http://www.google.com/ime/transliteration/

After you install language toobar will apear in your taskbar or it might be a floating bar on your desktop. On windows 7 it looks like this.
Whenever you want to write in urdu just choose urdu from this toolbar and start typing. When you type using English alphabet it will automatically convert it to urdu alphabets. It will also give you other possible words which match your input . Here is an example

If you have any questions please leave a comment.
Thanks

Comments

  1. Incredible points. Sound arguments. Keep up the great work.Thanks for sharing in detail. Your blog is an inspiration! Apart of really useful tips, it's just really!
    ________________________
    https://www.blb.gr/

    ReplyDelete
  2. This comment has been removed by the author.

    ReplyDelete
  3. Learn Persian (Farsi) Step by Step is an audio-visual program created specifically for the Persian language. It turns Farsi learning into an easy and fun experience through an engaging system that includes pictures, audio, and color illustrated charts and exercises. The program consists of twenty individual chapters called ‘steps’. The program is divided into two separate levels. Farsi

    ReplyDelete
  4. If you are searching for the best Interior Designers in Madurai.

    ReplyDelete

Post a Comment

Popular posts from this blog

How to add JCalendar/ date chooser to WindowBuilder, for Swing GUI in Java?

WindowBuilder is most popular eclipse plugin for drag and drop GUI design. It supports SWT and Swing. Swing does not have a date chooser component of its own. But there are many components available that you can use. My personal favourite is JCalendar . You can add JCalendar components to your WindowBuilder  palette  by following these instructions. Download and extract JCalendar.  Right-click on the palette   in WindowBuilder Select jar file of Jcalendar select all componetnts Restart Eclipse. Now you will see JCalendar components in your  palette . For more information about  visit this page.  

Why use shopify?

Are you looking to setup an online store? You can setup your store and you can start selling in a week. There are many platforms available to use but Shopify is easiest, reliable and SEO friendly.   Not familiar with Shopify ? It is a great way to sell tour products, without worrying about managing a server, payment gateways, etc. as for a small monthly fee everything is included.  Click here to create a free trial store and start exploring. 

Loading data in MySQL Table from a Text File

There are many situation when we need to load some text data into a table. In this post I will tell you some simple steps to load Data into a MySQL table from a text File . First of all data should be in proper format Fields/ Columns should be separated by some character like space, tab or comma etc. Rows /Records/ Lines should be separated by some character like "\r\n" if there is one record per line. If data is Enclosed using some character it should be same for all columns. Create a Table in MySQL to hold data. Use LOAD DATA command to load data into the Table. Example: I have following data saved in a file c:\sample.txt "http://dbpedia.org/resource/AfghanistanHistory" "http://www.w3.org/2000/01/rdf-schema#label" "AfghanistanHistory" "http://dbpedia.org/resource/AfghanistanGeography" "http://www.w3.org/2000/01/rdf-schema#label" "AfghanistanGeography" "http://dbpedia.org/resource/Access...