> For the complete documentation index, see [llms.txt](https://help.security.gallagher.com/command-centre/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.security.gallagher.com/command-centre/command-centre-web-releases/2026/july.md).

# July

**Date Released:** 15/07/2026

Command Centre Web now supports multiple languages

Operators can now choose the language Command Centre Web is displayed in, rather than relying on the browser's default. The choice can be made on the sign-in screen or from Settings, and covers the whole application - navigation, forms, and messages.

Change Your Language via

* The sign-in screen, via the language picker at the bottom of the form
* Settings → General → Language, for operators already signed in

Supported languages

<table data-header-hidden><thead><tr><th valign="top"></th><th valign="top"></th><th valign="top"></th></tr></thead><tbody><tr><td valign="top">English (United Kingdom)</td><td valign="top">Swedish</td><td valign="top">French (Canada)</td></tr><tr><td valign="top">Portuguese (Brazil)</td><td valign="top">Spanish (Chile)</td><td valign="top">Chinese (Traditional)</td></tr></tbody></table>

<p align="center"> <img src="/files/DdB8pgn1rcJHhMN6U46T" alt=""></p>

&#x20;

Benefits

* Operators work in the language they're most comfortable with, reducing the risk of errors caused by misreading menus, labels, or messages.
* Choosing a language on the sign-in screen applies immediately, so operators can confirm it's right before they sign in.
* Every part of Command Centre Web is translated, so the experience is consistent regardless of which language an operator chooses.

Changing your language from Settings will sign you out - this is expected, and it's how the new language takes effect across your account. Sign back in and Command Centre Web will remember your new language choice.


---

# 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, and the optional `goal` query parameter:

```
GET https://help.security.gallagher.com/command-centre/command-centre-web-releases/2026/july.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
