Localization in JSF, how to remember selected locale per session instead of per request/view

后端 未结 5 1213
夕颜
夕颜 2020-11-22 04:36

faces-config.xml:


    
        ru
        

        
5条回答
  •  一个人的身影
    2020-11-22 04:57

    This component f:view is not there your JSF page it will not work and It will shows only default english language.Provide the localae value for this f:view component then it will work fine. I faced the same problem now its working fine.

提交回复
热议问题