java命名空间java.text类messageformat的类成员方法:
messageformat定义及介绍
本文导语:
messageformat
public messageformat(string pattern,
locale locale)
构造指定语言环境和模式的 messageformat。构造方法首先设置语言环境,然后解析模式,并为其包含的格式元素创建子格式列表。在类描述中指定了模式及其解...
public messageformat(string pattern,
locale locale)
- 构造指定语言环境和模式的 messageformat。构造方法首先设置语言环境,然后解析模式,并为其包含的格式元素创建子格式列表。在类描述中指定了模式及其解释。
- 参数:
pattern
- 此消息格式的模式locale
- 此消息格式的语言环境
- 抛出:
illegalargumentexception
- 如果模式无效- 从以下版本开始:
- 1.4
public void setlocale(locale locale)
- 设置创建或比较子格式时要使用的语言环境。 这将影响对下面方法的后续调用
- 对
applypattern
和 topattern
方法的后续调用,如果格式元素指定了格式类型并且因此具有在 applypattern
方法中创建的子格式,以及
- 对
format
和 formattocharacteriterator
方法的后续调用,如果格式元素未指定格式类型并且因此具有在格式化方法中创建的子格式。
不影响已经创建的子格式。
- 参数:
locale
- 创建或比较子格式时所使用的语言环境