Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在日历视图中设置泰米尔语日期,在我的应用程序中设置泰米尔语字体?
您可以将泰米尔语变量名称和所有其他 GUI 文本放在泰米尔语中。只需将所有这些都放在项目(基于 Eclipse 的项目)的values 文件夹(在 res 文件夹内)内的string.xml文件中。你必须在这里声明你的泰米尔语变量,它工作正常。
不幸的是,谷歌语言环境不支持泰米尔语。因此,您需要为泰米尔语创建自己的语言环境,然后使用它来创建您的日历。这当然会非常乏味。