Are XD errors all in the same language or are they localized?

Are all of the errors in English? I’m calling a function from my panel update() method and getting an error:

Plugin Error: Plugin abc123 is not permitted to make changes from the background. Return a Promise to continue execution asynchronously.

I want to check for this error but if the errors are localized my check won’t work.

All of the errors are in English and not localized

1 Like