URL Structure

For detailed information on setting up your URL structure, including subdomains, subdirectories, and query parameters, please refer to our URL Setup guide.

Boolean Settings

Toggle these options to fine-tune your localization strategy:

Support Dynamic Content

Enable on-the-fly translation for dynamic content like comments or user-generated content.

Translate Meta SEO

Automatically translate meta tags and descriptions, boosting your multilingual SEO efforts.

Auto Detect Language

Display content in the user’s preferred browser language.

Enable Visual Editor

Collaborate with AI and edit translations directly on your site.

Inclusions & Exclusions

Fine-tune which content gets translated and which remains in its original language:

Blacklist Regexes

Specify URLs that should not be translated using regular expressions.

^/api/.*$  # Exclude all URLs starting with /api/
.*\.pdf$   # Exclude all PDF files

Whitelist Regexes

Define which URLs should be translated. If set, the blacklist is ignored.

^/blog/.*$  # Only translate URLs in the blog section
^/products/.*$  # Only translate product pages

CSS Ignore Rules

Prevent specific elements from being translated by specifying CSS selectors:

.no-translate, #brand-name, .legal-text

For more detailed information on CSS ignore rules and other translation prevention techniques, refer to our Translation Prevention guide.

Allowed Domains

Control which domains Locadapt can operate on:

example.com, blog.example.com, *.example.com

When using subdomains with our reverse proxy, you must update your allowed domains to include the wildcard subdomain (e.g., *.example.com). Only one primary domain is allowed per project in this case.

For development and testing, best practice is not to set *or localhost. Indeed, for technical reasons trying to do so will lead to an error. Instead, use a secure secret key — see our Local Development guide for more information.