| Package | Description |
|---|---|
| org.noear.solon.i18n | |
| org.noear.solon.i18n.impl |
| Modifier and Type | Method and Description |
|---|---|
I18nBundle |
I18nBundleFactory.create(String bundleName,
Locale locale)
创建国际化包
|
I18nBundle |
I18nService.getBundle(Locale locale)
获取国际化内容包
|
static I18nBundle |
I18nUtil.getBundle(String bundleName,
org.noear.solon.core.handle.Context ctx)
获取国际化内容包
|
static I18nBundle |
I18nUtil.getBundle(String bundleName,
Locale locale)
获取国际化内容包
|
static I18nBundle |
I18nUtil.getMessageBundle()
获取国际化消息包
|
static I18nBundle |
I18nUtil.getMessageBundle(org.noear.solon.core.handle.Context ctx)
获取国际化消息包
|
static I18nBundle |
I18nUtil.getMessageBundle(Locale locale)
获取国际化消息包
|
| Modifier and Type | Class and Description |
|---|---|
class |
I18nBundleLocal
国际化内容包,本地实现
|
| Modifier and Type | Method and Description |
|---|---|
I18nBundle |
I18nBundleFactoryLocal.create(String bundleName,
Locale locale) |
Copyright © 2025. All rights reserved.