---
title: "accepted languages · RUAL Documentation"
description: "Returns the current HTTP accepted languages."
canonical: https://docs.rual.nl/block-types/http%20connection/httpconnection_get_languages
language: en
---

[Cluster](https://docs.rual.nl/cluster)

[Blocks](https://docs.rual.nl/block-types)

[Interfaces](https://docs.rual.nl/interfaces)

[Blueprints](https://docs.rual.nl/blueprints)

[Tutorials](https://docs.rual.nl/tutorials)

[Home automation](https://docs.rual.nl/home-automation)

[Examples](https://docs.rual.nl/examples)

[Reference](https://docs.rual.nl/reference)

[Architecture](https://docs.rual.nl/architecture)

[Troubleshooting](https://docs.rual.nl/troubleshooting)

Other

# accepted languages

This block is part of the [`http connection`](https://docs.rual.nl/block-types/http%20connection) group and was last modified in core [`v13.0.2`](https://docs.rual.nl/core-versions/130002).

Returns the current HTTP accepted languages.

- connection required `httpconnection`

- languages `array`

Splits the Accept-Language header on commas and outputs the raw parts as an array : quality weights are kept verbatim, e.g. "nl-NL,nl;q=0.9,en;q=0.8" -> ["nl-NL", "nl;q=0.9", "en;q=0.8"]. Defaults to ["en"] when the header is missing; outputs nothing when there is no request.

A typical wiring for [accepted languages](https://docs.rual.nl/block-types/http%2520connection/httpconnection_get_languages): the `languages` out pin feeds [length](https://docs.rual.nl/block-types/array/array_length).

[![Studio canvas example for the accepted languages block: typical wiring for accepted languages.](https://docs.rual.nl/canvas-examples/httpconnection_get_languages.png)](https://docs.rual.nl/canvas-examples/httpconnection_get_languages.png?v=3)

## Version history

Introduced in [`v13.0.2`](https://docs.rual.nl/core-versions/130002).

- [Back to `http connection`](https://docs.rual.nl/block-types/http%20connection): Return to the main group to view all sub-groups

- [Back to `http`](https://docs.rual.nl/block-types/http%20connection?group=http): Return to the group to view all blocks within this group

Was this page helpful? [Tell us what to improve](https://docs.rual.nl/support) · RUAL Docs is an integral component of the [RUAL ecosystem](https://rual.nl)
