messageformat

  • un.报文格式;消息格式;电报格式
  • 网络动态文本;将消息格式化

messageformatmessageformat

messageformat

动态文本

动态文本(MessageFormat),用于处理一个字符串包含了多个与国际化相关的数据。看下面的代码:import java.text.MessageFo…

将消息格式化

... java.text.MessageFormat: 将消息格式化 将消息格式化 ? 资源文件命名的三种形式 – i18n:internationalization 国际化 ? ...

1
If the MessageFormat parameter is set to Mime, the MessageBodyFormat parameter can be set to any valid value. 如果MessageFormat参数设置为Mime,MessageBodyFormat参数可以设置为任意有效值。
2
If the MessageFormat parameter is set to Text, you can only use BinHex or UUENCODE values for this parameter. 如果MessageFormat参数设置为Text,则只能对此参数使用BinHex或UUENCODE值。
3
However, if the MessageFormat parameter is set to Text, the MessageBodyFormat parameter can only be set to Text. 但是,如果MessageFormat参数设置为Text,MessageBodyFormat参数只能设置为Text。
4
Consider adopting this strategy, or systematically using MessageFormat so your translators will only have one rule for required quotes. 请考虑采用该策略或系统地使用MessageFormat,以便您的翻译人员只遵循一条关于所需单引号的规则。
5
The acceptable values for the MacAttachmentFormat parameter are dependent on the MessageFormat parameter. MacAttachmentFormat参数可接受的值取决于MessageFormat参数。
6
The MessageFormat and MessageBodyFormat parameters are interdependent. MessageFormat和MessageBodyFormat参数相互依赖。
7
Therefore, if you want to set this parameter to Html or TextAndHtml, you must also set the MessageFormat parameter to Mime. 因此,如果要将此参数设置为Html或TextAndHtml,就必须将MessageFormat参数设置为Mime。
8
Many people use resource bundles with the MessageFormat class to localize messages for users. 许多人配合MessageFormat类使用资源包来为用户本地化消息。