webcenter

Cant render an outputText depending on my systemLocal Variable

徘徊边缘 提交于 2019-12-13 03:39:13
问题 I have a page template that in webcenter portal with footer with 2 output text which will be rendered depending on the selected language from the language task flow. I have custom template which I've created with the jdeveloper and had put the follwing output label: <af:outputFormatted id ="copyright" rendered="# {facesContext.externalContext.requestLocale} eq 'en'" value="the english text" /> <af:outputFormatted id ="copyright" rendered="#{facesContext.externalContext.requestLocale} eq 'ar'"