Deprecation: #72340 - Moved moduleLabels from LanguageService to ModuleLoader
See forge#72340
Description
Labels for registered modules were previously stored within the LanguageService class. The logic has
been moved to the ModuleLoader class. The method Language
and the
property Language
have been marked as deprecated.
Impact
Calling Language
will trigger a deprecation log entry. The property
Language
will no longer contain the expected values anymore.
Affected Installations
Any installation with extensions that directly access the labels for a given module.
Migration
Use Module
and Module
instead.