# Information

[\[RUSSIAN VERSION\]](/dgg-localization/dgg-localization-ru/overview/information.md)

## Introduction

[DGG Localization](https://github.com/DaniilDGG/DGG-Localization) is an original, free, and versatile modular text localization system for the [Unity Engine](https://unity.com/).

The system includes a built-in method for loading localization data from localization files located in **StreamingAssets**, as well as the ability to implement custom loaders tailored to the needs of a specific project.

Additionally, the system is suitable for use with a single localization file and comes with built-in components for localizing **TMP\_Text** and **TMP\_Dropdown**. It also supports the implementation of custom components for localizing other text-based elements.

The system provides functionality for exporting and importing localization files in the **XLSX** format.

## External Links

Github - <https://github.com/DaniilDGG/DGG-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://dark-dgg.gitbook.io/dgg-localization/overview/information.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.
