Skip to main content

Module LanguageProviders

Expand description

Notification handlers: register_*_provider language feature registrations. All follow the same pattern: extract handle, language_selector, extension_id from Params and call RegisterProvider.

Functionsยง

DispatchRegisterProvider
Dispatch a register_*_provider method string to the correct ProviderType. Returns true if the method was recognised and dispatched.
HandleRegisterProvider