An Azure NoSQL database service for app development.
Hi Arlan
Yes, Azure Cosmos DB supports storing and performing CRUD operations on foreign-language text such as Japanese or Korean. Cosmos DB stores JSON documents using UTF‑8 encoding, allowing multilingual text to be created, read, updated, and deleted without additional configuration. By default, every property of every item is indexed, so standard equality and range queries on text fields will work as expected.
For language-aware full-text search scenarios, Cosmos DB offers full-text indexing (currently in preview) with documented support for select languages such as English, German, French, Italian, Portuguese, and Spanish. As Japanese and Korean tokenization are not currently supported in this feature, Azure AI Search language analyzers are recommended when linguistic matching or advanced multilingual search capabilities are required.
You can therefore confidently use Cosmos DB as a multilingual system of record for storage and CRUD operations.
References:
https://learn.microsoft.com/en-us/cosmos-db/full-text-indexing
https://learn.microsoft.com/en-us/azure/search/index-add-language-analyzers
Hope this helps, Please let us know if you have any questions and concerns.