Thanks! We found SwiftUI's .combine works across languages because it dynamically uses localized commas (like ، in Arabic).
UIKit lacks a public API for just the separator, and NSListFormatter injects unwanted grammar (e.g., "and").
Given this:
Is the recommended approach to manually maintain a mapping of localized separators?
Could you share how SwiftUI fetches these under the hood so we can replicate it in UIKit?
Topic:
General
SubTopic:
Accessibility & Inclusion Q&A