@umbraco-cms/backoffice
    Preparing search index...
    Index

    Constructors

    Properties

    connectedControllers: Set<UmbLocalizationController<UmbLocalizationSetBase>> = ...
    documentDirection: "rtl" | "ltr" = ...

    The currently active language and direction. Read-only from a consumer perspective — to change the active language, call umbLocalizationRegistry.loadLanguage(locale). The fields stay publicly writable for the registry's pipeline; consumers writing here directly will only sync the field without loading the matching dictionaries.

    documentLanguage: string = ...
    localizations: Map<string, UmbLocalizationSetBase> = ...

    Accessors

    Methods