Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 14/umbraco-cms/customizing/foundation/localization.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ The following example shows how you can display localized text with the `umb-loc
```

{% hint style="info" %}
You can have a look and try out the element in the [UI API Docs](https://apidocs.umbraco.com/v14/ui/?path=/docs/api-localization-umblocalizeelement--docs).
You can have a look and try out the element in the [UI API Documentation](https://apidocs.umbraco.com/v14/ui/?path=/docs/api-localization-umblocalizeelement--docs).
{% endhint %}

### **Localize Controller**
Expand Down Expand Up @@ -106,7 +106,7 @@ export default {
```

{% hint style="info" %}
You can try out the arguments feature in the [UI API Docs](https://apidocs.umbraco.com/v14/ui/?path=/story/api-localization-umblocalizeelement--with-arguments).
You can try out the arguments feature in the [UI API Documentation](https://apidocs.umbraco.com/v14/ui/?path=/story/api-localization-umblocalizeelement--with-arguments).
{% endhint %}

**Using the Localize Element**
Expand Down