Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tamil Calender View

How can I set the Tamil date in Calendar View, and Tamil font in my application?

like image 384
sasikumar Avatar asked Dec 07 '12 11:12

sasikumar


2 Answers

You can put Tamil variable name and all other GUI text in Tamil. Just put all this in string.xml file inside values folder(inside res folder) of your project(Eclipse based project). You have to declare your Tamil language variable here and it work fine.

like image 63
SAURABH_12 Avatar answered Nov 04 '22 08:11

SAURABH_12


Unfortunately Google Locales does not support Tamil. So you will need to create your own Locale for Tamil and then use it to create your Calendar. That of course will be extremely tedious.

like image 30
Royston Pinto Avatar answered Nov 04 '22 09:11

Royston Pinto