Thanks so much for the help. It kind of worked but the string catalog brought all the description as localizable. I just want these strings to be localizable
Focal, Abertura Maxima, Bocal, Cobertura, Diametro frontal, Peso, Foco Minimo
Is there a way to do that?
For now the only thing I added was:
class LensStructFilter: Identifiable {
var description: LocalizedStringResource
init(description: LocalizedStringResource) {
self.description = description
}
}
See screen attached.
:
Topic:
Programming Languages
SubTopic:
Swift
Tags: