如何以编程方式抑制 Android 应用程序中的特定区域设置
我们都知道 Android 应用程序在支持不同区域设置方面是高度可定制的。就我而言,我的应用程序当前支持 6 个区域设置,并且一切运行顺利。每当用户选择手机区域设置时,应用程序就会切换到另一个区域设置,并且所有菜单、消息均采用当地语言。
现在的问题是我希望以编程方式抑制应用程序中的特定区域设置,因为我将使用不同的渠道、定价政策等(并不总是通过 Android Market)在不同的国家/地区分发应用程序。因此,如果应用程序的目标用户是中国,则用户无法将语言环境切换为英语或法语。
最简单的方法就是从应用程序中删除其他区域设置资源 - 我明白这一点。但从源代码维护的角度来看,这不是很舒服,因此我更愿意采用某种编程方式来拒绝/抑制应用程序中的某些区域设置。
有什么想法吗?
All we know that Android application is highely customizable with respect to support of different locales. In my case my application currently supports 6 locales and everything works smooth. Whenever user selects phone locale, application switches to another locale and all menus, messages are in local languages.
Now question is in my desire to programmatically suppress specific locale(s) in application, since I'm going to distribute application in different countries using different channels, pricing policies and so on (not always through Android Market). So if application is intended for let say China - user couldn't switch locale to English or French.
Most simple way is just remove other locale resources from application - I understand that. But from point of source maintenance it's not very comfortable, so I would prefer to have some programmatic way for declining/suppressing of some locales in application.
Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用此代码...
在该方法中,您传递您选择的语言代码...
Use this code...
In that mothods u pass your selected language code....