# Translating eFiction

You can modify most of the text that is displayed in the script by changing the language file in the languages/ folder for the language you selected. Copy the en.php and en\_admin.php files and rename them to your chosen language. For instance, en.php would become es.php for Spanish or ru.php for Russian. Just change the text within the quotes for each line to whatever you want it to say. Some wording is included within the skin's files. If you have created a translation for eFiction, we encourage you to share it!


---

# 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.e107sk.com/efiction-3-5-5/translation/translating-efiction.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.
