Questions tagged [hindi]

Hindi is the most spoken language of India, the world's second-most populated country. The script which is used to write Hindi is called "Devanagari".

Hindi (हिन्दी), or more precisely Modern Standard Hindi (मानक हिन्दी), is a standardized and Sanskritised register of the Hindustani language. Hindustani is the native language of people living in Delhi, Haryana, Uttar Pradesh, Bihar, Jharkhand, Madhya Pradesh and parts of Rajasthan. Hindi is one of the official languages of India and predominantly spoken by people in the Northern India.

Know more about Hindi, See Hindi Language wiki.

280 questions
2
votes
2 answers

Create pdf file with multi language in php

I am currently using mpdf to create .pdf file using PHP script. But it only works with English language. But further I have requirements for multiple languages. For multiple languages, I am using UTF-8 fonts. In browser that words looks proper but…
SPG
  • 79
  • 8
2
votes
0 answers

Text to Speech in Hindi language

I'm working on Text to Speech Application. I want to read a string in hindi like "हालाँकि सूर के जीवन के बारे में कई जनश्रुतियाँ प्रचलित हैं, पर इन में कितनी सच्चाई है यह कहना कठिन है" to speech here is my code but it's not working please help me…
user5253433
2
votes
4 answers

How can I render hindi correctly when exporting to pdf?

I am using i-report 5.5.0 for jasper reports. I need to export Hindi text into PDF format, but Hindi part is getting converted to ???????. I have already used font extension but it didn't helped: font name: "lohit Devanagari" PDF embedded: checked…
Priyesh Mishra
  • 119
  • 2
  • 8
2
votes
2 answers

Change locale in android app (onto Hindi)

Creating multi languages support for the app with possibility to change language in App settings. As for now everything works fine for English, Spanish, Franch, Russian languages, but doesn't work for Hindi and Chineese. 1) I specify the language…
user4702646
2
votes
2 answers

Custom Font is is only showing if font face is loaded

I am using hindi font on my CKeditor using font-face. So when I am typing on the textbox it is showing hindi fonts. But it is because of font-face.So when I copy to another place it shows english font and thats not I want. I am trying to add the…
2
votes
1 answer

Not able to tag hindi sentence properly

I have recently started a project on Hindi data processing. I have tried executing certain below code but have not got the expected output. e = u"पूर्ण प्रतिबंध हटाओ : इराक" tokens=nltk.word_tokenize(e) from nltk import pos_tag …
Sudha
  • 159
  • 3
  • 5
  • 17
2
votes
1 answer

How can I make hindi pdf document in Latex without transliteration?

I want to write a letter in Hindi. I want to use latex to create the pdf document in Hindi. I don't want to have transliteration from english to hindi.
Manish
  • 71
  • 3
  • 10
2
votes
1 answer

Android Gujrati and Hindi Supported Application

I am creating an app which will support Hindi and Gujrati language. I am setting the application language from my app settings screen. like i given a option to user to select a language among English/Hindi/Gujrati. I am setting Locale on radio…
Zahid Naqvi
  • 536
  • 1
  • 5
  • 18
2
votes
1 answer

JavaScript library to type Hindi with international keyboards

I am developing a website using HTML5 and AngularJS. I want to develop a site in Hindi language. One requirement is that the site should allow to enter text in the Devanagari alphabet even in devices that do not have the appropriate keyboard. Time…
Parvathy
  • 2,275
  • 3
  • 24
  • 39
2
votes
0 answers

How to display Hindi font in the pdf exported?

I am trying to display Hindi font in the pdf file generated using iReport. I've added Hindi ttf font in the iReport for the same. iReport tool is displaying Hindi font properly in the iReport viewer but when I am exporting it into a pdf file I am…
Ayush Bilala
  • 151
  • 1
  • 2
  • 8
2
votes
1 answer

Localization with Hindi language in JSF 2.0

I'm using this English to Hindi Unicode converter. The code produced is placed in the MessageBundle_hi_IN.properties file. When a constraint is violated like a mandatory text field. A corresponding error message should be picked up from this file…
Tiny
  • 27,221
  • 105
  • 339
  • 599
2
votes
2 answers

Rendering HIndi font on Android 2.3 and lower

I am developing an android App in Hindi but find that few characters are misspelled and broken in Hindi the issue is in http://code.google.com/p/ankidroid/issues/detail?id=1008 but no solution there दिप is rendered as दपि letters in hindi font above…
Bipin Chandra Tripathi
  • 2,550
  • 4
  • 28
  • 45
2
votes
2 answers

Devanagari font rendering in Windows Phone, incorrect character sequence

I am developing an application that translates English text into Hindi using Microsoft Translation Service. I am using TextBlock control to display translation results. The translated text in Hindi character sequence is incorrect. For instance the…
2
votes
1 answer

Handling Hindi language in java

I have a link "http://bkwsu.org/thoughtText?lang=hi" from which I retrieved json data from which I extracted the 'text' which is in Hindi then in java. Then I tried to post this hindi text to fb page.Now the trouble is when I post the data to fb…
Narendra Rajput
  • 711
  • 9
  • 28
2
votes
2 answers

Reducing the size of pdf generated from software using proprietary fonts

I am trying to bring an Indian Magazine online. This magazine is typed in CorelDraw using the proprietary Devenagari font (http://www.modular-infotech.com/html/shreelipi.html). So these guys have provided a USB dongle that you have to have attached…
MDT
  • 21
  • 3