# Picker language

<figure><img src="/files/Tf24qz8TOhJTbkwLSYiq" alt=""><figcaption></figcaption></figure>

## Overview

A language selection form component that displays available languages as radio buttons. Enables users to switch between different language options on the store. Only displays when multiple languages are configured and language selection is enabled in theme settings.

## Common use cases

* Ensure proper translations are set up for all supported languages
* Consider testing keyboard navigation and screen reader compatibility
* Review language-specific layout considerations for longer language names
* Display language selection in headers, footers, or navigation menus

## Block settings

### General

| Setting                | Description                 | Options                   |
| ---------------------- | --------------------------- | ------------------------- |
| Show advanced settings | Reveals visibility settings | Checkbox (default: false) |

### Spacing

| Setting                 | Description                                | Options                   |
| ----------------------- | ------------------------------------------ | ------------------------- |
| Enable internal padding | Adds internal padding to the language list | Checkbox (default: false) |

### Display

| Setting    | Description                        | Options                                                                                                                            |
| ---------- | ---------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
| Visibility | Controls when the block is visible | <p>• All (default)<br>• Mobile only<br>• Desktop only</p><p><br><br>Visible when <strong>Show advanced settings</strong> is on</p> |


---

# 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://help.brickspacelab.com/slab/content/blocks/utility/language-picker.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.
