Gets or sets whether times should be auto-localized when performing translations. Default: true.

Namespace: Sdl.ProjectAutomation.Settings
Assembly: Sdl.ProjectAutomation.Settings (in Sdl.ProjectAutomation.Settings.dll) Version: 1.0.0.0 (1.2.3064.0)

Syntax

C#
public Setting<bool> TimesAutoLocalizationEnabled { get; }
Visual Basic
Public ReadOnly Property TimesAutoLocalizationEnabled As Setting(Of Boolean)
	Get
Visual C++
public:
property Setting<bool>^ TimesAutoLocalizationEnabled {
	Setting<bool>^ get ();
}

See Also