Click here to Skip to main content
15,886,693 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello Sir,
I have used the calender control of vb.net now i want that the dates which are showing in enlish integers that should come in hindi integers.
means i want to convert the english integers into hindi integers,So how to do this ? Is there any software for this work?

Please give any possible solution.

Thank You.
Posted
Comments
SURBHI TYAGI 28-Jun-11 2:07am    
please reply sir.

I cannot guarantee this works, or that it does exactly what you want. But, it's worth a try...
In your Page Load:
Thread.CurrentThread.CurrentCulture = CultureInfo.CreateSpecificCulture("hi-IN")
Thread.CurrentThread.CurrentUICulture = new CultureInfo("hi-IN")



[edit]Typo - loose ';' at EOL - OriginalGriff[/edit]


"ok sir i am trying.but please tell me what is 'Thread; here?"


Add the following to your VB code:
Imports System.Threading
Imports System.Globalization
 
Share this answer
 
v3
Comments
SURBHI TYAGI 28-Jun-11 2:24am    
ok sir i am trying.but please tell me what is 'Thread; here?
OriginalGriff 28-Jun-11 2:52am    
Answer updated
if the question is only about integers(numbers) you can use ileap software get all the numbers converted i.e 0-9. and place it in your data base
and when ever it is need to display retrive it back from database [or]

search in google for hindi font and download it will automatically convert it.


[Moved from separate answer by same answerer - OriginalGriff]

http://jalaj.net/2007/01/23/vb-forms-in-hindi-unicode-fonts/[^]
this might help you
 
Share this answer
 
v2
Comments
SURBHI TYAGI 28-Jun-11 2:35am    
ok thank you sir for suggestion but i have searched a lots on google but i hv'nt found.
theanil 28-Jun-11 2:39am    
i willsearch if i found i will give it to you
theanil 28-Jun-11 2:43am    
i have sent a link let me know if it works
SURBHI TYAGI 28-Jun-11 4:31am    
ok thank you sir.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900