Daily’s prebuilt UI now supports over a dozen languages

While video chat has become an increasingly popular feature request this year, there are still too few options to plug and play a video call widget into an existing website or app.

At Daily, we shipped our prebuilt UI to solve this problem. With just a few lines of code (like the snippet below) developers can embed production-quality video calls in their applications within minutes.

<html>
  <script crossorigin src="https://unpkg.com/@daily-co/daily-js"></script>
  <body>
    <script>
      callFrame = window.DailyIframe.createFrame();
      callFrame.join({ url: 'https://your-team.daily.co/hello' })
    </script>
  </body>
</html>

We launched with an English-only interface to start, but before long developers around the world asked for versions in their preferred languages.

We added additional language support as quickly as we could, implementing Dutch, English, Finnish, French, German, and Portuguese translations earlier this year.

Today, we’re excited to announce that our prebuilt UI is now available in fifteen different languages, with Swedish, Spanish, Italian, Turkish, Georgian, Japanese, Norwegian, and Polish as our latest additions.

Three screenshots of the Daily prebuilt UI in different languages.
Daily’s prebuilt UI now comes in over a dozen different languages.

You can set your language preference for your calls using the REST API, the DailyIframe in your front-end code, or from the Daily dashboard. Head to our help center for step-by-step instructions.

Thanks to our translators!

Special shoutout to the Civic Dinners team, Tomotaka, and Gio for helping bring these new language interfaces to life. The more translations we add to our prebuilt UI, the more developers around the world can add video chat to their applications.

To get started building today, sign up for a Daily account. If you have any feedback as you go, please let us know.


Never miss a story

Get the latest direct to your inbox.