> For the complete documentation index, see [llms.txt](https://doc.sysdevmobile.com/kalipso5/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.sysdevmobile.com/kalipso5/developing/form/actions/actions-description/group-others/get-locale-information.md).

# 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 %}
