> For the complete documentation index, see [llms.txt](https://attr.sygnal.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://attr.sygnal.com/sa5-localization/locale-urls.md).

# Locale URLs

{% hint style="info" %}
Not yet available publicly.&#x20;
{% endhint %}

## Goals

Fix literal URLs to match the current locale.

In Webflow;

* CMS items cannot link to known pages, you must use a static URL like `/contact`
* Static designer link elements cannot link directly to a CMS item, you must use a static URL like `/blog/awesome-article-23`
* Localization ignores static URLs, including relative urls
* This breaks navigation for users in an alt locale&#x20;

## Features

* Finds specifically tagged links via the `wfu-locale-url` attr
* Determines the current language from the body lang
* Looks up the correct path
* Updates the URL accordingly&#x20;

## Future

Add support for FQDN URLs, e.g. `https://www.thissite.com/some-path`&#x20;

Automatic detection of links ?

Verify functionality on primary domains which are in a `/subdir`

? Auto-determine the list of supported locales and paths

## Usage Notes

I want this link to be locale-fixed.&#x20;

wfu-locale-url = fix

Determine list of locales and paths

Determine current locale from path or lang

Fix path accordingly to match current URL target


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://attr.sygnal.com/sa5-localization/locale-urls.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
