CodeSchemaResources::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)

public:
property CultureInfo^ Culture {
	static CultureInfo^ get();
	static void set(CultureInfo^ value);
}

Property Value

Type: System.Globalization::CultureInfo^

Return to top
Show: