ArcFM Solution Developer Guide
Culture Property


Overrides the current thread's CurrentUICulture property for all resource lookups using this strongly typed resource class.
Syntax
'Declaration
 
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Shared Property Culture As System.Globalization.CultureInfo
'Usage
 
Dim value As System.Globalization.CultureInfo
 
Resources.Culture = value
 
value = Resources.Culture
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
public static System.Globalization.CultureInfo Culture {get; set;}
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

Resources Class
Resources Members

 

 


Send Comment