UpdateFileldsLocale1.zip (12.1 KB)
Hi,
using the attached code and docx, I’m trying to update and unlink formula fields in a document. It looks like the updating and unlinking do not take into account the number group separator specific for the culture (which for the “fr-FR” seems to be a no-break space) and instead are treating the number with group separator (1 000,49) as two separate numbers and demands an operator to be placed in the middle of it. I would expect that this would be treated as a single number in line with the selected CultureInfo’s NumberFormat.NumberGroupSeparator. In the attached template there’s a no-break space and a regular space, and neither seems to be treated as number group separator by the update and unlink methods. I have also tried using the narrow no-break space (hex 202F), both single and double as but got the same ‘missing operator’ result. Could you have a look please?
Thanks,
Tomek