Is there a good spellchecking solution?

I’ve been looking into spellchecking inside of Unity, and it seems like there are a few ways to do it, but those are for base text, not localized strings. Is there any way to have spellchecking for localized strings at this moment?

No, sorry. This sounds like it would be quite challenging to get spell-checking for every language. The best thing to do now would be to use Google sheets and let that do the spell checking for you. https://docs.unity3d.com/Packages/com.unity.localization@1.3/manual/Google-Sheets.html

Ah, okay, thanks