---
title: "Feature: #69416 - Plugins (AbstractPlugin) can load custom language file"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:feature-69416"
source: "Changelog/7.5/Feature-69416-MakeAbstractPluginpi_loadLLLoadLabelsFromCustomFile.rst"
typo3-version: "7.5"
typo3-major: 7
type: "feature"
issue: 69416
forge: "https://forge.typo3.org/issues/69416"
tags: ["PHP-API", "Frontend"]
rendered: "2026-09-20T18:31:11+00:00"
---

# Feature: #69416 - Plugins (AbstractPlugin) can load custom language file {#feature-69416}

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

## Description {#description}

`AbstractPlugin::pi_loadLL()` takes an optional argument specifying path to a
language file. It allows placing language files in other paths like in Extbase
structure "Resources/Private/Language". Previously language file had to be
located in the directory set in the `scriptRelPath` property.

## Impact {#impact}

Possibility to put language label files in other paths.
