https://github.com/theoriginalbit/multilingualsearching
This reference project implements the usage of localizedStandardRange to solve the issues highlighted in "Build Multilingual-ready apps" from WWD24
https://github.com/theoriginalbit/multilingualsearching
ios locale-aware multilingual-ready reference-implementation search user-experience wwdc24
Last synced: 7 months ago
JSON representation
This reference project implements the usage of localizedStandardRange to solve the issues highlighted in "Build Multilingual-ready apps" from WWD24
- Host: GitHub
- URL: https://github.com/theoriginalbit/multilingualsearching
- Owner: theoriginalbit
- Created: 2024-06-30T06:17:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-15T04:35:03.000Z (about 1 year ago)
- Last Synced: 2025-03-05T04:38:55.876Z (12 months ago)
- Topics: ios, locale-aware, multilingual-ready, reference-implementation, search, user-experience, wwdc24
- Language: Swift
- Homepage:
- Size: 140 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Multilingual Searching
This reference project implements the usage of `localizedStandardRange(of:)` to solve the issues highlighted in [Build Multilingual-ready apps](https://developer.apple.com/videos/play/wwdc2024/10185) from WWD24. Specifically respecting local-specific conventions for spelling.
The project highlights the matched range of the search term in red, demonstrating the solution to another issue highlighted in the same WWDC session. For the best explanation watch 2 minutes of this [direct time link](https://developer.apple.com/videos/play/wwdc2024/10185?time=395). This app used red to be a more extreme and noticable difference, but in a real app you would likely use shades of grey.
The following screenshot shows the search in this app being local-aware (note: Å matches A) and using colour to highlight why the item matched the search term.
