0

Is there any way to change language in Typescript error popup messages in codesandbox?

Below error message is in PL

enter image description here

But when I hover HTML error, I am getting error in EN language:

enter image description here

Note that error ts(2531) is in PL

bsekula
  • 914
  • 1
  • 9
  • 25
  • 1
    In `VSCode` you can change your language using the `Configure Display Language` options (https://code.visualstudio.com/docs/getstarted/locales) but this option seems to be not present in `CodeSandbox`, so it might be disabled. – goto Feb 05 '20 at 18:31

1 Answers1

1

This was an error before but has been fixed in prod, checking as of today, this issue should be gone.

Shodipo Ayomide
  • 1,329
  • 13
  • 20