JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Module
bus.mapper
Package
org.miaixz.bus.mapper
Interface Locale.Language
Enclosing class:
Locale
public static interface
Locale.Language
语言包接口,定义获取格式化文本的方法。
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
message
(
String
key,
Object
... args)
获取对应语言的格式化文本。
Method Details
message
String
message
(
String
key,
Object
... args)
获取对应语言的格式化文本。
Parameters:
key
- 字符串键
args
- 格式化参数
Returns:
格式化后的文本