# Get Locale Information

Get Locate Information allows you to get information related to the Language/Region from the device OS.

Action available for the following operating systems:

![](/files/-MGIiDGuNcrVFP-DbUma)

### Parameters

* **Target Language** *\<string> -* Select a Variable or a Control.
* **Target Country** *\<string> -* Select a Variable or a Control.
* **Target Currency Symbol** *\<string> -* Select a Variable or a Control.
* **Target Currency Code** *\<string> -* Select a Variable or a Control.
* **Target Currency Decimal Digits** *\<numeric> -* Select a Variable or a Control
* **Target Currency Decimal Separator** *\<numeric> -* Select a Variable or a Control.
* **Target Currency Thousand Separator** *\<numeric> -* Select a Variable or a Control.

{% hint style="info" %}
The language code returned is ISO 639-1 2-letter code.
{% endhint %}

{% hint style="info" %}
The country returned is ISO 3166 2-letter code.
{% endhint %}

{% hint style="info" %}
The currency returned is ISO 4217.
{% endhint %}


---

# 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://doc.sysdevmobile.com/kalipso5/developing/form/actions/actions-description/group-others/get-locale-information.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.
