Resources.Culture Property
[This page is specific to the Entity Framework version 6. The latest version is available as the 'Entity Framework' NuGet package. For more information about Entity Framework, see msdn.com/data/ef.]
Overrides the current thread's CurrentUICulture property for all resource lookups using this strongly typed resource class.
Namespace: Microsoft.Data.Entity.Design
Assembly: Microsoft.Data.Entity.Design (in Microsoft.Data.Entity.Design.dll)
Syntax
'Declaration
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _
Public Shared Property Culture As CultureInfo
Get
Set
'Usage
Dim value As CultureInfo
value = Resources.Culture
Resources.Culture = value
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public static CultureInfo Culture { get; set; }
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
public:
static property CultureInfo^ Culture {
CultureInfo^ get ();
void set (CultureInfo^ value);
}
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
static member Culture : CultureInfo with get, set
static function get Culture () : CultureInfo
static function set Culture (value : CultureInfo)
Property Value
Type: System.Globalization.CultureInfo