> 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: Sample Flows ## Article: Sample Flows ## Article Link: https://dev.wix.com/docs/api-reference/business-management/multilingual/locale-management/locale-settings/sample-flows.md ## Article Content: # Locale Settings: Sample Flows This article present a possible use case you can support using the Locale Settings API. This can be a helpful jumping off point as you plan your implementation. ## Configure locale settings to support a multilingual site You can configure a site's locale settings to enable content translation and improve SEO performance. 1. Call [Get Locale Settings](https://dev.wix.com/docs/api-reference/business-management/multilingual/locale-management/locale-settings/get-locale-settings.md) to retrieve and check the site's primary locale and its current configuration. 1. Enable multilingual mode so that a site can support multiple locales by calling [Set Multilingual Mode](https://dev.wix.com/docs/api-reference/business-management/multilingual/locale-management/locale-settings/set-multilingual-mode.md) and setting `multilingualModeEnabled` to `true`. 1. Improve the site's SEO performance by calling [Update Locale Settings](https://dev.wix.com/docs/api-reference/business-management/multilingual/locale-management/locale-settings/update-locale-settings.md) and setting `urlStructure` to `SUBDIRECTORY`.