CultureInfoStatic: CurrentUICulture (get)

CurrentUICulture

Returns the culture for the current thread.



 Public Property Get CurrentUICulture ( ) As CultureInfo

Return Values

CultureInfo -  A CultureInfo object for the current thread.

Remarks

The culture is determined by the language ID of the current thread by calling GetUserDefaultUILanguage API.

Read Only.

See Also

Project CorLib Overview

Class CultureInfoStatic Overview