public class I18nService extends Object
| Constructor and Description |
|---|
I18nService(String bundleName) |
| Modifier and Type | Method and Description |
|---|---|
String |
get(Locale locale,
String key)
获取国际化内容
|
String |
getAndFormat(Locale locale,
String key,
Object... args)
获取国际化内容并格式化
|
I18nBundle |
getBundle(Locale locale)
获取国际化内容包
|
org.noear.solon.core.Props |
toProps(Locale locale)
转换为 Props 数据
|
public I18nService(String bundleName)
public I18nBundle getBundle(Locale locale)
locale - 地域与语言public org.noear.solon.core.Props toProps(Locale locale)
locale - 地域与语言Copyright © 2025. All rights reserved.