---
title: "Feature: #92337 - Allow translatable labels for bookmark groups"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:feature-92337"
source: "Changelog/11.0/Feature-92337-AllowTranslatableLabelsForBookmarkGroups.rst"
typo3-version: "11.0"
typo3-major: 11
type: "feature"
issue: 92337
forge: "https://forge.typo3.org/issues/92337"
tags: ["Backend", "TSConfig", "ext:backend"]
rendered: "2026-09-24T21:45:06+00:00"
---

# Feature: #92337 - Allow translatable labels for bookmark groups {#feature-92337}

See [forge#92337](https://forge.typo3.org/issues/92337)

## Description {#description}

The user TSconfig option `options.bookmarkGroups` allows to configure the bookmark
groups that can be accessed by the user. In addition to that, it's also possible
to define custom labels for each group as simple `string`. Extended TSconfig
syntax now allows the LLL prefix for the use of language labels.

## Example {#example}

```typoscript
options.bookmarkGroups.2 = LLL:EXT:sitepackage/Resources/Private/Language/locallang_be.xlf:bookmarkGroups.2
```

## Impact {#impact}

It is now possible to use custom language labels for bookmark groups.
