# Localization and Time format

## Localization

By default is set in English but you can change it on some of the available languages.

This option you will find in **Settings > Localization**.

![](https://github.com/dimovdaniel/poscloud/tree/8df92fbd19d751b10539f8e7e63923d91da8c35e/.gitbook/assets/screenshot%20%281%29.png)

### **Adding new language**

Since some of the languages are still not available you can add manually new language. There are several steps you need to do for achieving that using **Translation plugin** available with the admin account.

For more detailed information check the **Translations** article on the link below

{% content-ref url="/pages/8Tw1pMyFAYhjeV9MK2aR" %}
[Translations](/agris/usage/translations.md)
{% endcontent-ref %}

## Time Format

From the version 1.2 there is option for customizing the time format in the script for working hours.

There are two options:

* 24 hours time format `24hours`
* AM PM format `AM/PM`

By default is 24 hours time format.

```
TIME_FORMAT="24hours"
```

## Time zone

To set the correct timezone that your site operates in create .env variable.

It is really important to have done this step, in order restaurant closing and open time to work ok.

```
TIME_ZONE=UTC
```

List of available [timezones](https://www.php.net/manual/en/timezones.php).


---

# 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://mobidonia.gitbook.io/agris/define-basics/localization.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.
