Get Started with Redwood for Oracle Cloud HCM Begin Now
To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
Special Characters in Expression Builder error
We want to translate the field value "To Date" to "Date d'expiration" in French, but it contains special character
To translate a field on system from English to french, the following code was used in Expression Builder via Page Composer:
#{facesContext.viewRoot.locale.language == 'en' ? 'To Date' : facesContext.viewRoot.locale.language == 'fr' ? 'Date d\' expiration' : row.bindings.ContentItemId.label}
However, on clicking on Apply button, we have this error
Is there a way to translate the field name "To Date" in french, including the used of special characters?
Tagged:
0