Contents

allowedMenuItemLanguages

The set of languages for which allowed menu items have been configured.

Declaration

var allowedMenuItemLanguages: Set<Locale.Language> { get }

Discussion

Contains only languages explicitly added via setAllowedMenuItems(_:for:). Each returned language matches the value originally passed to that method. Does not include languages inferred through localization resolution.