OutlookBar for WPF and Silverlight
C1.Silverlight.OutlookBar.Resources Namespace / C1_Silverlight_OutlookBar Class / Culture Property

In This Topic
    Culture Property
    In This Topic
    Overrides the current thread's CurrentUICulture property for all resource lookups using this strongly typed resource class.
    Syntax
    'Declaration
     
    
    Public Shared Property Culture As CultureInfo
    public static CultureInfo Culture {get; set;}
    See Also