Skip to main content

Multiple Languages

caution

This feature is available only on Unlimited Plan

Changelogfy supports messages with multiple languages, which is good if you have users who speak different languages around the world, as is the case with Changelogfy.

Add Languages

The first step is to add languages into your project by Admin > Languages > Add Language

Every language have one code, like a en, pt_BR, es, fr, it and etc. That code is important to the next step.

Changelog Multiple Language

JavaScript

After you add all languages required by your project, you can pass the language attribute to the widget to change the widget language.

<script>
var CLF_config = {
selector: ".changelogfy-widget",
app_id: "PROJECT_SECRET_TOKEN",
language: "pt_BR" // language code
};
</script>
<script async src="https://widget.changelogfy.com/index.js"></script>

That way you can change the widget language by your users language.