My Oracle Support Banner

Local Code Not Recognized while updating item label in Person Profile (Doc ID 2664043.1)

Last updated on MARCH 07, 2022

Applies to:

Oracle Fusion Profile Management Cloud Service - Version 11.13.20.01.0 and later
Information in this document applies to any platform.

Goal

While trying to update an item label in Person Profile using page composer.
However, 2 of the following 9 locale codes are not recognized

EL Expression:

#{pageFlowScope.pSectionId == '1601' ?
(facesContext.externalContext.requestLocale == 'fr' ? 'XXXXX' :
(facesContext.externalContext.requestLocale == 'de' ? 'XXXXX' :
(facesContext.externalContext.requestLocale == 'it' ? 'XXXXX' :
(facesContext.externalContext.requestLocale == 'pt-BR' ? 'XXXXX' :
(facesContext.externalContext.requestLocale == 'es' ? 'XXXXX' :
(facesContext.externalContext.requestLocale == 'th' ? 'XXXXX' :
(facesContext.externalContext.requestLocale == 'zh-CN' ? 'XXXXX' :
(facesContext.externalContext.requestLocale == 'ja' ? 'XXXXX' : 'Name of Faculty'))))))))}

2 Locale Codes not recognized:

'pt-BR'
'zh-CN'
 

Solution

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Goal
Solution


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.