> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt ## Resource: Introduction ## Article: Introduction ## Article Link: https://dev.wix.com/docs/api-reference/business-management/multilingual/translation/translation-published-content/introduction.md ## Article Content: # About the Translation Published Content API The Translation Published Content API allows you to query translated content that has been marked as ready to publish and listen for events when this content is created, updated, or deleted. Use the API to ensure that site visitors see the relevant translation for their locale, providing a seamless multilingual experience. With the Translation Published Content API, your app can: + Query translation content that has been marked as ready to publish. + Keep content up-to-date by listening for events when content that is ready to publish is created, updated, or deleted. This API is based on [Wix Multilingual](https://support.wix.com/en/article/about-wix-multilingual). ## Before you begin It's important to note the following points before starting to code: + You can only query content that has been marked as ready to publish. This happens when: + A content field is set to `"published": true` with the Create Content or Update Content methods of the [Translation Content API](https://dev.wix.com/docs/rest/business-management/multilingual/translation/translation-content/introduction.md). + The Wix user saves translations in the [Translation Manager](https://support.wix.com/en/article/wix-multilingual-using-the-translation-manager), which triggers the Translation Manager to call the [Translation Content API](https://dev.wix.com/docs/rest/business-management/multilingual/translation/translation-content/introduction.md) and set the content's `published` status to `true`. + You can only use this API on sites where the Wix user has installed the [Wix Multilingual app](https://www.wix.com/app-market/wix-multilingual?searchLocation=home). ## Use cases + [Fetch translations for hotel listings](https://dev.wix.com/docs/rest/business-management/multilingual/translation/translation-published-content/sample-flows.md#fetch-translations-for-hotel-listings). + [Update translated content for seasonal menu items](https://dev.wix.com/docs/rest/business-management/multilingual/translation/translation-published-content/sample-flows.md#update-translated-content-for-seasonal-menu-items). @sdk_package_setup