# Configuring a second website, store, or store view

You can configure the Digital River Extension for the website from the Admin Panel interface. This allows administrators to offer different payment methods and currencies for each region.

The Base Conﬁguration locale ﬁeld is the only field that changes. Digital River will provide the locale needed to meet your language, payment, and currency requirements. Payments are also conﬁgurable via [Drop-in](https://docs.digitalriver.com/digital-river-api/payments/payment-integrations-1/drop-in) by the website.

See [Set up multiple websites, stores, and store views in the Admin](https://devdocs.magento.com/guides/v2.3/config-guide/multi-site/ms_websites.html) for additional information.

## Localization and translations

You can modify all content displayed via the Digital River Extension by adding an `/i18n` directory to the *DrPay* folder. By default the extension supports the following languages: \[en, es, it, fr, sv, da, ﬁ, cs, pl, hu, de, nl, pt] `/app/code/Digitalriver/DrPay/i18n`.&#x20;

<div align="left"><img src="https://1430010866-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MNZuMZbk2cjWhdeZ51z%2F-MP6bE8GzdaqN3Jza8j0%2F-MP9jF7DhNZZynnJnuus%2F17SpreadsheetListing.png?alt=media&#x26;token=beeadbf0-f62e-499f-9d84-95deeabd46ca" alt=""></div>

After adding or updating the translation ﬁles, rerun the upgrade command:\
`$ php bin/magento setup:upgrade`

{% hint style="info" %}
**Important**: To ensure the Magento website or store view shows the translated text, update the locale option for that website or store view via the general Magento settings. Select **Stores**, then **Conﬁguration**, then **Genera**l, and then click **Locale Options**.
{% 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://docs.digitalriver.com/adobe-commerce-extension/adobe-commerce-extension-2.3.0/configure-the-digital-river-extension/configuring-a-second-website-store-or-store-view.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.
