Hi,

I am working on multi-lingual application.

I have to display hindi font(or any other indian language) in place of english, in my application.
Like text on pushbutton, label or message should be in hindi.

I am able to do it in desktop version, but it's not displaying in target device.
my target device is ARM-based, Linux platform.

i am using qt's translator for this application(lupdate, linguist, lrelease).

I think, i am missing some font configuration file, or font file in target device.

I have copied same font file from /usr/share/ and /etc/ from desktop to target device in same directory.
But still i am unable to display Hindi text in my target device.

Can you help me anybody..... what are the things exactly, i am missing in target device.... ?
or what i have to do for displaying hindi text in target device.

thanks in advance.