I tried to use jsf .properites bundle, but it does not work in my case.
<fmt:setLocale value="ru"/>
<fmt:setBundle basename="text"/>
<fmt:message key="test"/>
Message not showing. In application server log no any related messages.
text.properties and text_ru.properties content:
test = 123
My project structure: