---
title: "Embed slideshow content in other languages"
slug: "embedding-slideshow-content-in-other-languages"
updated: 2025-03-13T07:55:37Z
published: 2025-03-13T07:55:37Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://support.whatfix.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Embed slideshow content in other languages

Whatfix enables you to [embed slideshows](/studio/docs/whatfix-slideshows-1){target="_blank"}. When creating Flows that are available in multiple languages, embed content using the slideshow output in those languages.

:::(Warning) (Note:)
* To present slideshow content in other languages, understand how to [Translate Whatfix Content](/studio/docs/translating-whatfix-content-1){target="_blank"}. Also know how to use Flows that are displayed in the said language in your Whatfix account. 

* To identify the language code that you need to use, see [Languages Supported by Whatfix](/studio/docs/languages-supported-by-whatfix){target="_blank"}.
:::

The process to embed a slideshow in a different language mirrors the process of embedding English content. However, there is a small change in the language code that is embedded.

In the embed code for a slideshow, add the following language code. In the following example, the language code used is **wfx_locale=fr** (French language). In case you are using German, then use **wfx_locale=de**:

```
< iframe scrolling="no" frameborder="0" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true" style="width: 610px; height: 457px; border-radius: 4px; " src="//whatfix.com/cb38e960-4e8d-11e8-9633-04013d24cd02/deck.html?wfx_locale=fr&suggest=1&closeable=false#!/0c1e25b0-55d8-11e9-95d8-04013d24cd02/" >< /iframe>
```

## Related

- [Embed a Flow as URL](/use-the-url-embed-format.md)
