How can I implement multilingual support for the userErrors.message field in GraphQL API responses?

Hey all,

I am trying to create a customer using the customerCreate mutation. In doing so, I can get error messages such as validation errors through userErrors.message, but they are all in English. As far as I have checked the documentation, there is no way to get error messages in other languages than English. If anyone has experience implementing this type of case, I would be grateful if you could share how you implemented multilingual error messages.

Thank you!