swift-cross-ui icon indicating copy to clipboard operation
swift-cross-ui copied to clipboard

Implement a localization system

Open stackotter opened this issue 7 months ago • 0 comments

SwiftCrossUI doesn't have any form of localization at all yet. We'll probably lean towards something similar to SwiftUI's strings file based localization method, but I'm open to suggestions!

We ideally want an approach that allows localizations to be swapped out at runtimes so that localization improvements can be pushed without requiring a new release. Although that would be more of an advanced use case, so it shouldn't be the default.

stackotter avatar May 20 '25 13:05 stackotter