# GETLOCALELABEL

You can configure translations in Inforiver based on the language settings in Power BI. If your report has a global audience, you can configure calculated rows/columns or column groups to display dimension categories based on pre-defined translations when the language is switched.

## Syntax

```javascript
GETLOCALELABEL('Label')
```

## Arguments

Label – The Key configured in Localization settings. Required.

## Return value

Value corresponding to the Key as defined in Localization Settings.

## Example

In this example, we'll demonstrate how to convert product names and custom groups with the GETLOCALELABEL function.

{% hint style="info" %}

* **Writeback Matrix:** Navigate to Settings > Global Settings> Localization Settings to create translation entries.
* &#x20;**Reporting Matrix:** Navigate to Display Settings > General > Localization Settings to create translation entries.
* The screenshots shown in this section are from WB Matrix, but the functionality is the same.
  {% endhint %}

<figure><img src="/files/TJclBxTwLxCda1IV1eLq" alt=""><figcaption><p>Localization Settings</p></figcaption></figure>

Use the GETLOCALELABEL function in the Title field and pass the Key specified in the translation config.

<figure><img src="/files/QG5AmBKSWb6vQQlemS16" alt=""><figcaption><p>Use GETLOCALELABEL and pass they key in the Title</p></figcaption></figure>

Similarly, when you create custom groups, use the GETLOCALELABEL function. [Learn more about creating column groups](https://docs.inforiver.com/formula-syntax/measure-column-selection-functions/pages/YLohLmBggoc1bG4qjYE5#id-1.-group-columns).&#x20;

<figure><img src="/files/KPKPYvPxesFn57B5rzUY" alt=""><figcaption><p>Creating custom groups with localization settings</p></figcaption></figure>

Notice how the row categories and column groups are implicitly changed to French and German.

<figure><img src="/files/HpM6nkFhZqOMDY1H2D8n" alt=""><figcaption><p>Language changed to French</p></figcaption></figure>

<figure><img src="/files/tt8kAF9uqtAY1DBUZXvM" alt=""><figcaption><p>Language changed to German</p></figcaption></figure>


---

# Agent Instructions: 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://docs.inforiver.com/formula-syntax/measure-column-selection-functions/getlocalelabel.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.
