Search.../

Introduction

A multilingual site is a site that is set up to display in more than one language. To learn more about enabling multilingual functionality in your site, see About Wix Multilingual.

To use the Multilingual API, import wixWindowFrontend from the wix-window-frontend module:

import wixWindowFrontend from 'wix-window-frontend';
javascript | Copy Code

The APIs in wix-window-frontend.Multilingual can only be used in front-end code.

Was this helpful?