Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

This may be because the localization key is not correctly specified for the text within the ForEach loop. To localize text within a ForEach loop, the localized string key needs to be specified in the following format:

ForEach(data) { item in
    Text(LocalizedStringKey("localizedStringKeyHere"))
}

Make sure that the proper key is being used, and that it is correctly localized in the different language folders of the project.