Yes, you can use Bundle as normal.
let localized = NSLocalizedString("key", bundle: Bundle.module)
The section you quote means there will be no (new, additional, separate) special handling of localization (yet).
Yes, you can use Bundle as normal.
let localized = NSLocalizedString("key", bundle: Bundle.module)
The section you quote means there will be no (new, additional, separate) special handling of localization (yet).