CodeSchemaCategoriesResources.Culture Property

 

Overrides the current thread's CurrentUICulture property for all resource lookups using this strongly typed resource class.

Namespace:   Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema
Assembly:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema.dll)

Syntax

public static CultureInfo Culture { get; set; }
public:
property CultureInfo^ Culture {
    static CultureInfo^ get();
    static void set(CultureInfo^ value);
}
static member Culture : CultureInfo with get, set
Public Shared Property Culture As CultureInfo

Property Value

Type: System.Globalization.CultureInfo

See Also

CodeSchemaCategoriesResources Class
Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema Namespace

Return to top