Gets or sets the localization scope.
Namespace: Composite.Core.RoutingAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
public CultureInfo LocalizationScope { get; set; } |
Visual Basic |
---|
Public Property LocalizationScope As CultureInfo Get Set |
Visual C++ |
---|
public: property CultureInfo^ LocalizationScope { CultureInfo^ get (); void set (CultureInfo^ value); } |