public class I18nBundleLocal extends Object implements I18nBundle
| 构造器和说明 |
|---|
I18nBundleLocal(String bundleName,
Locale locale) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
get(String key)
获取国际化内容
|
Locale |
locale()
当前地区
|
Map<String,String> |
toMap()
已过时。
|
org.noear.solon.core.Props |
toProps()
转换为Props数据
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAndFormat@Deprecated public Map<String,String> toMap()
toMap 在接口中 I18nBundlepublic org.noear.solon.core.Props toProps()
I18nBundletoProps 在接口中 I18nBundlepublic Locale locale()
I18nBundlelocale 在接口中 I18nBundlepublic String get(String key)
get 在接口中 I18nBundlekey - 配置键Copyright © 2022. All rights reserved.