# Localization

### 1. What's it?

Proxyman supports localization, which affect all UI of the app. The following list is a current langauges:

* English (Default)
* Chinese - Simplified

### 2. How to override the app language?

By default, Proxyman will respect the current System Language. To override it, please:

* System Preference -> Language & Region -> Select Apps Tab -> Add Proxyman app -> Click the + button -> Select Proxyman app and English.

### 3. Improve localization?

If you've encountered a poor translation in your languages, please help us a hand at <https://github.com/ProxymanApp/proxyman-localization>


---

# 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.proxyman.com/basic-features/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.
