- Edited
RichTextLabel and localization. In the CSV file, I set KEY_PLAY corresponding to "Play". When I use the following method, it will display "play" correctly. However, if I add a little tag, it won't display correctly. How can I make RichTextLabel display the corresponding translation characters correctly?
label.text = "KEY_PLAY"
label.text = "[center]KEY_PLAY[/center]"
The first kind can display "play", while the second one will display [ center]KEY_PLAY[/center] instead of centered "play".