# Language Files

Although XOOPS at the moment doesn’t offer multi-language capability in its core, we offer XOOPS versions in several different languages, and if your language is not there, you can translate easily all the site’s strings without needing to touch the code. Meanings are stored in language files that can be easily translated to adapt XOOPS to your particular language. You can also use a specialized modules to have multi-language capabilities

Unlike some other packages, XOOPS fully supports multi-byte languages, which means it can be used to deploy sites in Japanese, Chinese (both simplified and traditional), Korean, etc.

Since the XOOPS community is spread all over the world, chances are there’s already a support community for your specific language. There are at least a dozen support sites worldwide, and many xoopsers have translated language files to many more languages. Just search and, if you don't find what you need, ask around.


---

# 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://xoops.gitbook.io/xoops-operations-guide/general-principles/language-files.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.
