Class ResourceManager: Manages application resources.
resourcemanager类:管理应用程序资源。
Table 1 introduces two methods available for constructing a ResourceManager instance.
表1介绍了可用于构建一个ResourceManager实例的两种方法。
Now I'll show how you use ResourceManager to manage your resource files for different locales.
现在我将演示如何使用ResourceManager来管理不同地区的资源文件。
The following code returns an instance of ResourceManager with the base name "WelcomeMidlet" and a default system locale
以下代码返回具有 “WelcomeMidlet”基本名称以及系统默认地区的ResourceManager实例
The ResourceManager class will load the resource files based on the system default locale or you could specify the locale in the constructor.
ResourceManager类将根据系统默认地区或您在构造函数中指定的地区来装载资源文件。
The ResourceManager class will load the resource files based on the system default locale or you could specify the locale in the constructor.
ResourceManager类将根据系统默认地区或您在构造函数中指定的地区来装载资源文件。
应用推荐