See which of your colleagues or former colleagues are already on Java Link: Check out the Contact Finder
Java - General » Spring » How to write Messages Property file for Hindi Language

1290 Views
  3 Replies

0
Vote Vote
How to write Messages Property file for Hindi Language
Share  
 Type: Professional, Report if fun topic
Gangadhar
Gangadhar Picture
5 Posts
back to top
Posted 02-04-2009Reply

I want to display label's in Hindi language in JSP page. But in messages.proprties file not showing Hindi words directly paste in file.

Can we put Hindi words in messages.properties file rather than unicode.

Manikanta
Manikanta Picture
3 Posts
back to top
  Rated 0 | Posted 10-04-2009

No gangadhar, it is littke bit costly process for tracking hindi words in properties file. Do you have any idea of content management system. With the content management system we can easily support the I18 service.

Gangadhar
Gangadhar Picture
5 Posts
back to top
  Rated 0 | Posted 16-04-2009

No gangadhar, it is littke bit costly process for ... See Manikanta's complete reply


hi Manikanta,
using following bean it is possible
class="org.springframework.context.support.ResourceBundleMessageSource">


but we have to mention locale for hindi which is hi_IN.

i just want to know can i paste hindi words in property file which is UTF-8 type.

if you know more about internationalisation then please send me doc or code.

Thanks

Ravindra
Ravindra Picture
54 Posts
back to top
  Rated 0 | Posted 20-04-2009

Yes we can put hindi charaters in text files unless it is supported. UTF-8 encoding can do it. But when see same thing on web browser it may not show you the real content. Because of its default character encoding (ASCII for some browser), you need to change it to see the right result.
Put this inside head part of html page...

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">


Regards
Ravindra

0
Vote Vote
Share  
 Type: Professional, please report if fun topic

Recent Activity in Forums

05-04-2012.
05-04-2012.
Kanchana posted a new forum topic in
27-02-2012.
11-02-2012.
Kanchana posted a new forum topic in
11-02-2012.