Enum LocalizationParametersSource
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.LanguagePlatform.Core.Tokenization
Assembly: Sdl.LanguagePlatform.Core.dll
Syntax
public enum LocalizationParametersSource
Fields
Name | Description |
---|---|
FromDocument | Use information from the document (source) token to auto-localize the tokens in the translation proposal. This is the default. |
FromMemory | Use information from the memory source and target tokens to auto-localize the tokens in the translation proposal. |