# Language on the payment gateway By default, the imoje payment gateway detects the language based on your browser settings. This behaviour is only possible with the basic request address: ``` https://paywall.imoje.pl/payment ``` To force the imoje payment gateway to be displayed in a specific language, modify the base address by adding a value corresponding to the language in question.: ``` https://paywall.imoje.pl/[lang]/payment ``` where: | Parameter | Type | Description | |-------------|-------------|------------------------| | `lang` | string(2) | Location of the payer, determines the communication language of the Payment Gateway to the Payer - Paywall, E-mails and Statuses.
**Available values**: `pl`, `en`, `cs`, `de`, `es`, `fr`, `it`, `lt`, `ru`, `sk`, `sl`, `uk`, `nl`, `hu`, `ro` | # Example ``` https://paywall.imoje.pl/en/payment ```