
Grab your gear: The official Sanity swag store
Read Grab your gear: The official Sanity swag storeYes, spellcheck in Sanity Studio can work with different languages! According to the Block type documentation, the Portable Text Editor has a spellCheck option that you can enable or disable (it defaults to true).
Here's how you can configure it in your schema:
{
name: 'content',
type: 'array',
of: [
{
type: 'block',
options: {
spellCheck: true // enabled by default
}
}
]
}Important to know: The actual language used for spellchecking is determined by your browser's language settings, not by Sanity itself. The spellcheck feature relies on the browser's built-in spell checker, which means:
For multilingual content workflows, here are some common approaches:
If you need more advanced language-specific validation beyond basic spellchecking (like grammar checking or language-specific rules), you might want to explore custom validation rules or integrate third-party language tools into your workflow.
Sanity is the developer-first content operating system that gives you complete control. Schema-as-code, GROQ queries, and real-time APIs mean no more workarounds or waiting for deployments. Free to start, scale as you grow.
Content operations
Content backend


The only platform powering content operations
By Industry


Tecovas strengthens their customer connections
Build and Share

Grab your gear: The official Sanity swag store
Read Grab your gear: The official Sanity swag store