You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/framework/fit/java/user-guide-book/12. 附加功能组件.md
+20-19Lines changed: 20 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,27 +20,27 @@ HELLO=你好, {0}!
20
20
21
21
## StringResource
22
22
23
-
FIT 框架提供了 `StringResource` 接口用于为应用程序的国际化提供字符串管理能力,定义了方法`getMessage()`用于获取在指定语言环境中使用的指定键的字符串资源,其中,参数`locale`表示目标语言环境,`key`表示资源的键,`defaultMessage`表示资源的默认值,`args`表示资源的格式化参数:
23
+
FIT 框架提供了 `StringResource` 接口用于为应用程序的国际化提供字符串管理能力,定义了方法`getMessage()`和`getMessageWithDefault()`用于获取在指定语言环境中使用的指定键的字符串资源,其中,参数`locale`表示目标语言环境,`key`表示资源的键,`defaultMessage`表示资源的默认值,`args`表示资源的格式化参数:
0 commit comments