RichTextArea - Locale

Hello

I want to change the language of the RichTextArea component to portuguese.

I tried (Brazilian Portuguese):

myRichTextArea.setLocale("pt", "BR"); And also:

myRichTextArea.setLocale("pt", "PT")

None of these attempts worked. Am I doing it in the right way? If so…my guess is that RichTextArea does not have support for this language. :confused:

Am I right?