1.
The basename attribute is required, and identifies the resource bundle to be set as the default.
basename属性是必需的,它标识了设为缺省值的资源束。
2.
Note that the value for the basename attribute should not include any localization suffixes or filename extensions.
请注意,basename属性的值不应当包含任何本地化后缀或文件扩展名。
3.
Basename is quite a handy tool for chopping up strings.
Basename是一个截断字符串的极简便工具。
4.
std: : string basename(const path&): This is the complementary routine to extension: It returns the string before . in the file name.
stringbasename(constpath&):这是与extension互补的例程。它将返回文件名中。
5.
The basename for the example resource bundle presented in Listings 4 and 5 is com. taglib. weblog. Greeting.
清单4和清单5中给出的示例资源束的基名为com.
6.
Now suppose that a ResourceManager has been created to represent the resources with this basename.
现在假定已创建ResourceManager来表示具有此基名称的资源。
7.
For example, suppose that an assembly has several resources in a resource file with the basename "MyResources" .
例如,假定某个程序集在基名称为“MyResources”的资源文件中有几个资源。
8.
It's companion, called dirname, returns the "other" part of the path that basename throws away
它的相关命令dirname返回basename丢弃的“另”一部分路径。
9.
Mapping a bundle baseName to a product context root
把资源包baseName映射到产品上下文根中