Class Bundle
java.lang.Object
com.iohao.net.framework.i18n.Bundle
Locale-aware resource bundle accessor for framework i18n messages.
Loads the iohao.properties (or locale-specific variant) on first access
and provides a simple getMessage(String) lookup.
- Since:
- 21.18
- Author:
- 渔民小镇
- date:
- 2024-10-02
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetMessage(String key) Look up a localized message by key.
-
Method Details
-
getMessage
-