init(configuration:delegate:) Initializer

@MainActor @objc init(configuration: PxUiLanguagePickerScreenConfiguration, delegate: (any PxUiLanguagePickerScreenDelegate)?)

References: PxUiLanguagePickerScreenConfiguration, PxUiLanguagePickerScreenDelegate

Creates the language-picker screen.

Parameters

  • configuration — The picker configuration (output directory, base URL, selection store).
  • delegate — The delegate to receive the chosen selection or cancellation.
Top