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.
我想创建一个显示页面 HTML 的应用程序(内容由我创建或从 Internet 研究),是否可以将我的页面内容国际化?我需要在 /res/assets 上为每种语言创建一个页面 HTML?
您的问题不清楚...您想要一个可翻译的应用程序?
您可以使用:
String locale = context.getResources().getConfiguration().locale.getCountry();
获取国家代码,然后直接访问主要语言的相应网页。