Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以使用数据库资源创建多语言网页?
而不是“messages_EN.properties”、“messages_HU.properties”等等......我想将这些文本保存在数据库中。是否可以像使用属性文件一样使用它?例如 #{messages.hello} 将取决于当前用户的语言,并且文本将从数据库加载,而不是属性文件。
首先你应该检查这个:
正确的 java.util.ResourceBundle 组织
此处描述了执行此操作的方法:
messages.properties 取自 db