swift-cross-ui
swift-cross-ui copied to clipboard
Implement a localization system
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.