NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

AppDomainFlags.Culture

Used to get or set the locale that an assembly should support. This information is used by the assembly binding services.

[Visual Basic]
Public Shared ReadOnly Culture As String
[C#]
public static readonly string Culture;
[C++]
public: static readonly String* Culture;
[JScript]
public static var Culture : String;

See Also

AppDomainFlags Class | AppDomainFlags Members | System Namespace