# StoreOwner Dashboard Translations

Find the file **/resources/lang/en/storeDashboard.php**

All the translations for the English Language are present in this file.

## Creating new language for StoreOwner's Dashboard

Create a new folder inside /resources/lang

This new language folder name should compile with ISO 15897.

### Example

If you need to create a Spanish translation, follow the steps:

* Create a folder named "**es**" inside **/resources/lang**
* Copy the file "**storeDashboard.php**" from "**en**" folder to your new "**es**" folder.
* Open the newly copied file and edit language as you wish.
* Save the file

Now this language will be available in the Store Owner's Dashboard Language drop-down menu in the Header (Top-Right Corner of the Store Owner's Dashboard)

## Example of folder names based on country/language

{% file src="/files/-M71sXVXoPuHuhuMnKdw" %}
ISO 15897 Locale Codes CSV File
{% endfile %}


---

# 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.foodomaa.com/faqs/storeowner-dashboard-translations.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.
