# Use plugin

Please enable the plugin for the first installation:

<figure><img src="/files/zP0e7FBmR85Lt7DXYJju" alt=""><figcaption></figcaption></figure>

Make sure the plugin is enabled:

<figure><img src="/files/tDRxJV3xMnUdqgdl8MMj" alt=""><figcaption></figcaption></figure>

Before you start translating strings, you need to collect them into a file using the engine's built-in localization system "Localization Panel".

Open the "Localization Panel" from the "Tools" menu, for versions before 5.0 it is in the "Window" menu, if you can't find it you need to enable the "Localization Panel" in "Editor". If you can't find it, you need to enable "Localization Panel" in "Editor" first.

<figure><img src="/files/9XqLag3LJVK0Of1PossM" alt=""><figcaption></figcaption></figure>

Need to set where to collect strings from.

<figure><img src="/files/NMp3cblpFvQcoNAEmeI1" alt=""><figcaption></figcaption></figure>

Set the text collection path. Generally, it is set to collect all paths and include "umap" and "uasset" file types.

<figure><img src="/files/JrZKpG4Lso2Ks8WygrO3" alt=""><figcaption></figcaption></figure>

Set the local language, usually "English", add other languages as needed.

<figure><img src="/files/U2bLVr9bvqVBTBuaYSkd" alt=""><figcaption></figcaption></figure>

Close the "Localization Panel", click the \[One Click Translation] button on the toolbar, and wait for the translation to complete.


---

# 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://xyz8808.gitbook.io/easy-localization-translation/en/use-plugin.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.
