Поделиться через


TableStorage.CurrentUICulture Property

Gets the CultureInfo that represents the current culture used by the Resource Manager to look up culture-specific resources at run time. The set procedure is only for internal use.

Namespace:  Microsoft.Data.Schema.Tools.DataGenerator
Assembly:  Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)

Syntax

'Declaration
Public Property CurrentUICulture As CultureInfo
public CultureInfo CurrentUICulture { get; internal set; }
public:
property CultureInfo^ CurrentUICulture {
    CultureInfo^ get ();
    internal: void set (CultureInfo^ value);
}
member CurrentUICulture : CultureInfo with get, internal set
function get CurrentUICulture () : CultureInfo
internal function set CurrentUICulture (value : CultureInfo)

Property Value

Type: System.Globalization.CultureInfo
The current culture used by the user interface (UI).

.NET Framework Security

See Also

Reference

TableStorage Class

Microsoft.Data.Schema.Tools.DataGenerator Namespace

CultureInfo