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
0
votes
1 answer

Set Hindi as locale in VSCode

I'm unable to set hindi as a locale in VSCode. I know that it is added in the list of community driven languages as suggested in https://github.com/Microsoft/Localization/wiki/Visual-Studio-Code-Community-Localization-Project However, I can't…
user2549980
  • 593
  • 7
  • 20
0
votes
2 answers

How i can get the word who user type for a special word in non-english language in any language even c# , javascript

Assume that a Non-English user types Namaste Duniya. I need to show नमस्ते दुनिया in Hindi Language. if i have नमस्ते दुनिया stored in a variable then how i can get the word that was typed by the user through keyboard and to show them in…
user605334
0
votes
0 answers

Print Hindi (regional languages) text from a unicode list

I have unicode array for each single character of Hindi language but now want to display and store it in such way that any text editor and python's output terminal etc are able to print it properly. Since in Hindi and many other languages also two…
0
votes
0 answers

Passing utf-8 arguments to a python file as an argument

I am calling a python file from my script and passing a Hindi word. But the file is unable to read it. The code: cmd = ['java', '-jar','jython-standalone-2.5.3.jar','pythonfile.py',word] proc = subprocess.Popen(cmd, stderr = STDOUT, stdout =…
gvenugopal
  • 21
  • 1
  • 5
0
votes
1 answer

How to use SearchView for a Hindi ListView

I have a SearchView in my ListView which is in Hindi Language.. When I use the search typing hindi it filters the list fine.. I want to get filtered list when the user searches in English For Example if the user searches "Mangal" it should filter…
amit
  • 709
  • 6
  • 17
0
votes
1 answer

how to convert Hindi numbers ( २०७४) to numeric value in c#?

I have a large group of Hindi numbers which i want to convert into numeric values but i don't know how to convert them . Please suggest me appropriate way to achieve this. Note Please don't suggest me replace method. eg. convert this number २०७४…
0
votes
4 answers

How to use Hindi fonts in mpdf library?

i am working with mpdf library with php to create dynamic PDF. PDF is creating with English characters but when i try to use hindi language's character, it prints ??????. Please suggest me that what should i do.I will be thank full to…
Mohd Hasan
  • 324
  • 1
  • 4
  • 17
0
votes
0 answers

Saving non-english language in MySQL shows ?????

I am trying to save some Indian language content (read Hindi) from a website into a column in MySQL database. I am using SpringBoot and JPA to scrape the website and write the content. Everything works fine on my local system (OSX). The same code is…
Abhishek Prabhat
  • 917
  • 1
  • 6
  • 15
0
votes
0 answers

How to insert Hindi language to mysql?

I want to insert Hindi language sentences to mysql database. But I encountered a problem: Hindi language sentences that are inserted into mysql database has become garbled. I have set the encoding format to UTF-8, then my code is as follows.…
xixixixi
  • 253
  • 1
  • 4
  • 8
0
votes
2 answers

How to setLanguageHint in Google OCR SDK?

I am testing few sample code for OCR using Google Cloud Vision API. I observed the APIs can able to detect English language very easily from an Image but in other language like Hindi, the APIs are not able to detect. MyCode : public static void…
deeptimancode
  • 1,139
  • 4
  • 18
  • 40
0
votes
1 answer

ITEXT 7 -Package com.itextpdf.samples not found

I'm trying to run following example in my netbeans ide(HindiExample.java) https://developers.itextpdf.com/examples/font-examples/clone-language-specific-examples I have created maven project for library dependency following is my pom.xml
Manish Pandey
  • 101
  • 3
  • 12
0
votes
0 answers

Pdfbox 2.0.8 Unicode(hindi) some characters not displayed correctly on pdf file

I'm using pdfbox library to create pdf file using unicode(hindi language text).File is created but some characters are not displayed correctly.I am using Mangal font ttf file File file = new File("D:\mangal.ttf"); PDFont font = PDType0Font.load(pd,…
Manish Pandey
  • 101
  • 3
  • 12
0
votes
1 answer

How to find list of word and their stems in Hindi language

I am doing NLP project on the Hindi language, where I have to find stems/root word of given word.My approach is to build a deep neural network.But for that, I need label data of words and their root words.I am unable to find proper…
vkSinha
  • 127
  • 2
  • 5
0
votes
1 answer

Export Data Into Excel With Hindi(Unicode) Content in PHP and MySql

Actually I have some amount of data stored in mysql database from my website users. Next I want to export this data for user in excel file and i can export data to excel perfectly, But the problem is with unicode content in mysql database, When i am…
Badrinath
  • 501
  • 5
  • 14
0
votes
1 answer

Implementing android app in multi language

I am new to the android and android studio. I want to develop an App for Indian farmers. Now the App will have support for multiple language i.e. Hindi, English, and Gujarati. I am planning to provide a simple UI to user to choose his preferred…
Gaurav Sahu
  • 181
  • 3
  • 11