Enum MeasurementsFormattingMode
Controls which tokens are used to obtain detailed localization parameters, such as the numeric group separator override, or whitespace handling between a number and the unit in measurements.
Namespace: Sdl.ProjectAutomation.Settings
Assembly: Sdl.ProjectAutomation.Settings.dll
Syntax
public enum MeasurementsFormattingMode
Fields
| Name | Description |
|---|---|
| Auto_FromDocument | Use information from the document (source) token to auto-localize the tokens in the translation proposal. Use the whitespace handling as it is obtained from the document or memory token. |
| Auto_FromMemory | Use information from the memory source and target tokens to auto-localize the tokens in the translation proposal. Use the whitespace handling as it is obtained from the document or memory token. |
| DeleteWhitespace | Use information from the document (source) token to auto-localize the tokens in the translation proposal. Delete any whitespace between the number and the unit. |
| InsertNonbreakingSpace | Use information from the document (source) token to auto-localize the tokens in the translation proposal. Always insert a single non-breaking space between the number and the unit. |
| InsertSpace | Use information from the document (source) token to auto-localize the tokens in the translation proposal. Always insert a single standard space between the number and the unit. |
| InsertSpecifiedSeparator | Use information from the document (source) token to auto-localize the tokens in the translation proposal. Always insert the separator specified in the autolocalization settings |