> For the complete documentation index, see [llms.txt](https://docs.pentaho.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pentaho.com/pdia-admin/9.3-administer/customize-pentaho-products-cp/customize-pentaho-analyzer/localization.md).

# Localization

Perform the following steps to create localized message bundles for Pentaho Analyzer:

1. If the Pentaho Server is currently running, shut it down.
2. Make a copy of the `messages.properties` file in `pentaho-solutions/system/analyzer/resources/`.

   Name the copy according to the standard locale naming scheme defined earlier in this section.

   ```
   cp messages.properties messages_fr.properties
   ```
3. Translate the content of the new message bundle into the locale defined in its file name.
4. Edit the `messages_supported_languages.properties` file in `pentaho-solutions/system/analyzer/resources/` and add the new locale.

   ```
   fr=Francais
   ```

You now have a translated Analyzer message bundle for the Analyzer interface, not the OLAP data sources you use with Analyzer. For schema localization, refer to **Localization and internationalization of analysis schemas** in the **Pentaho Schema Workbench** document. To localize all web-based components on the Pentaho Server, refer to [Localize the Pentaho Server](/pdia-admin/9.3-administer/customize-pentaho-products-cp/customize-the-pentaho-user-console/localize-the-pentaho-server.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.pentaho.com/pdia-admin/9.3-administer/customize-pentaho-products-cp/customize-pentaho-analyzer/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.
