# 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.

   ![](https://399701567-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwmJ1RKjM2uNFaL6fO3Xu%2Fuploads%2Fgit-blob-5725ac6f22fa8756298e39372acf2656c31f56f3%2FgetLanguage-step-1.png?alt=media)

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