| 程序包 | 说明 |
|---|---|
| com.jfinal.i18n |
| 限定符和类型 | 方法和说明 |
|---|---|
static Res |
I18n.use() |
static Res |
I18n.use(String locale) |
static Res |
I18n.use(String baseName,
Locale locale) |
static Res |
I18n.use(String baseName,
String locale)
Using the base name and locale to get the Res object, which is used to get i18n message value
from the resource file.
|
Copyright © 2015. All rights reserved.