I have been running a form with multiple languages which has been running fine, I made one or two small changes and now I am getting the error ‘text is not localizable for default locale [English (en)]!’
I have worked out that if set the label in the choices worksheet (in xlsform) to (1
label: English (en)
it will validate using the online tool, if i have it as (2:
Thanks for the response, I have attached a scaled down form which still has the issue, If I remove the second : in the choices sheet it passes the online validation.
I cannot find where the syntax issue is. The form reads in two csv files but these do not go through the online validation.
After some further testing I see that the issue is as a result of the lookups from csv files and multiple language. if i remove the sections with the csv lookup the multi-language gives not problems.
The problem was linked to the multi-language setup and how I was using csv’s with a search function. I have moved the data from the csv file to the Choices sheet and this error has been resolved.