Hello!
I am investigating if there is any way to force SwiftUI's LocalizedStringKey
that uses a bundle
other than the default. Although Text
allows you to indicate the bundle,
other components such as Textfield
or Button
do not allow it.
Would there be any way to force a specific bundle
for all LocalizedStringKey
?
Thanks!