public interface I18nBundle
| Modifier and Type | Method and Description |
|---|---|
String |
get(String key)
获取国际化内容
|
default String |
getAndFormat(String key,
Object... args)
获取国际化内容并格式化
|
Locale |
locale()
当前地区
|
org.noear.solon.core.Props |
toProps()
转换为Props数据
|
Copyright © 2025. All rights reserved.