> For the complete documentation index, see [llms.txt](https://docs.emobiq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.emobiq.com/emobiq-client/006-actions-and-visual-logic/action-reference/cordova/app/getlanguage.md).

# getLanguage

## Description

Returns the language of the app. The default language is set to English.

## Input / Parameter

N/A

## Output

| Description                      | Output Type |
| -------------------------------- | ----------- |
| Returns the language of the app. | String/Text |

## Callback

N/A

## Video

Coming Soon.

## Example

The user wants get the language of the app.

### Step

1. Call the function.

   ![](/files/buq4WAScwZPmq23NvB9t)

### Result

Language of the app eg English.

### Notes

* user can use functions: setLangugage -> getLanguage to change the language of app provided the language mapping is done.

## Links
