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!

Application.CurrentCulture

Gets or sets the locale information for the current thread.

[Visual Basic]
Public Shared Property CurrentCulture As CultureInfo
[C#]
public static CultureInfo CurrentCulture {get; set;}
[C++]
public: __property static CultureInfo* get_CurrentCulture();
public: __property static void set_CurrentCulture(CultureInfo*);
[JScript]
public static function get CurrentCulture() : CultureInfo;
public static function set CurrentCulture(CultureInfo);

Property Value

A CultureInfo representing the locale information for the current thread.

Requirements

NGWS Runtime Security:

UIPermission You must have the System.security.Permissions.UIPermission for AllWindows to set this property.

See Also

Application Class | Application Members | System.WinForms Namespace | InputLanguage