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.
データベースリソースを使用して多言語のWebページを作成することは可能ですか?
「messages_EN.properties」や「messages_HU.properties」などの代わりに...これらのテキストをデータベースに保存したいと思います。これをプロパティファイルと同じように使用することは可能ですか?たとえば、#{messages.hello}は現在のユーザーの言語に依存し、テキストはプロパティファイルではなくデータベースから読み込まれます。
まず、これを確認する必要があります:
java.util.ResourceBundle の編成を修正する
その方法は次のとおりです。
db から取得した messages.properties