【发布时间】:2012-02-18 18:24:09
【问题描述】:
我知道 Android 支持 18n 应用程序,但我可以为这样的字符串提供参数吗?在 Rails 中,我可以这样做:
en:
hello: "Hello %{name}! You've got %{count} messages."
t("hello", name: "Klaus", count: 5)
Android 中有类似的东西还是我必须自己做?
【问题讨论】:
标签: android internationalization