Non-English Locales · Nuxt OG Image · Nuxt SEO

-
-
-
-

[1.4K](https://github.com/harlan-zw/nuxt-seo)

[Nuxt SEO on GitHub](https://github.com/harlan-zw/nuxt-seo)

You're viewing **OG Image v5** documentation. For the latest,

.

OG Image

-
-
-
-
-
-
-
-
-
-

Search…```k`` /`

v5

- Playgrounds
- [Discord Support](https://discord.com/invite/275MBUBvgP)

### Getting Started

-
-
-
-

### Core Concepts

-
-
-
-
-
-
-
-
-
-
-
-
-
-

### Integrations

-
-

Core Concepts

# Non-English Locales

[Copy for LLMs](https://nuxtseo.com/docs/og-image/v5/guides/non-english-locales.md)

To render Satori images correctly, the module provides the

.

Inter does not support non-english character, so you will need to switch the font when rendering in different languages.

The [Noto Typeface](https://fonts.google.com/noto) from Google Fonts is a good option for this as they support a wide range of languages.

### [Example: Chinese](#example-chinese)

```
export default defineNuxtConfig({
  ogImage: {
    fonts: [
      'Noto+Sans+SC:400'
    ]
  }
})
```

```
<script lang="ts" setup>
defineOgImageComponent('NuxtSeo', {
  title: '中文測試中文測試中文測試中文測試中文測試中文測試中文測試中文測試',
})
</script>
```

[Edit this page](https://github.com/nuxt-modules/og-image/blob/v5.1.13/docs/content/3.guides/5.non-english-locales.md)

[Markdown For LLMs](https://nuxtseo.com/docs/og-image/v5/guides/non-english-locales.md)

Did this page help you?

[GitHub](https://github.com/harlan-zw/nuxt-seo) [ Discord](https://discord.com/invite/275MBUBvgP)

###

-
-

Modules

-
-
-
-
-
-
-
-
-

###

-
-
-

###

Nuxt

-
-
-
-
-

Vue

-
-
-
-
-
-
-
-

###

-
-
-
-
-
-
-
-
-
-

Copyright © 2023-2026 Harlan Wilton - [MIT License](https://github.com/harlan-zw/nuxt-seo/blob/main/license) · [mdream](https://mdream.dev)