Skip to main content
xil52203604
Participant
December 19, 2022
Question

How plugin languages ​​are localized, Localization

  • December 19, 2022
  • 1 reply
  • 300 views

I'm a newbie in C++ and I'm trying to develop an AE plugin. Now I have the following problem, who can help me.

I want to localize my plugin UI name to Chinese Chinese. The current problem is that as long as I enter Chinese. Garbled characters are displayed on AE. Can anyone tell me how to fix this bug. I use the macos system

This topic has been closed for replies.

1 reply

Mylenium
Legend
December 19, 2022

Effect names need to be included in English, then localized. You have your logic backwards. Refer to this and the other info linked from there:

 

https://ae-plugins.docsforadobe.dev/intro/localization.html

 

Mylenium

xil52203604
Participant
December 19, 2022

Thank you for your reply! I have read the link document! I just can't understand the document expression. Can you provide sample code. Let me know more about how to fix my problem