onChangeLanguageRequested Instance Property

@objc var onChangeLanguageRequested: (() -> Void)?

Fired when the user taps the change-language toolbar action. The host presents the language picker (PxUiLanguagePickerScreen) and, on return, refreshes the displayed summary via update(languageSummary:) and re-scans if the selection changed.

Top