Choices in other languages will not be touched by the update set if no such language choice in the payloadIssue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } --> Overview When applying the update set which contains the update about choices, choices from other languages won't be touched if there is no such language choice in the update set payload Subject It is by design that choices from other languages will not be touched if there is no such language choice in the update set payload, otherwise, it might cause the choices from other languages being removed over upgrade Example Create an update set to capture the deletion of the choices as the following screenshot. All other English choices were removed and two of them as recorded in the update set left. However all choices in other languages still exist. Reason There are only en language choices that are recorded in the payload. Therefore when the update set is applied, choices from the other languages are not touched. Solution Regarding deletion operation, mark the inactive field of all the choices that should be deleted to true, and make sure the update set captures the changes and then apply it on the target instance. Essentially, in the update set, keep at least one choice for each language, if you do not want the choice to be displayed on UI, just mark that choice as inactive=true, in order for the change on that language to be applied when the update set is committed. Regarding other operations, make sure to update at least one choice from each language