Visual Basic 2005 in a Nutshell (In a Nutshell (OReilly))

UICulture Property

Location

My.Application.UICulture

Syntax

Dim result As System.Globalization.CultureInfo = _ My.Application.UICulture

Description

The UICulture property returns a System.Globalization.CultureInfo object that indicates the regional resource selections used by the active thread for user interface display.

Usage at a Glance

This property impacts the application's interaction with the Resource Manager, and alters the behavior of the My.Resources object.

Related Framework Entries

  • System.Globalization.CultureInfo Class

  • System.Threading.Thread.CurrentUICulture Property

See Also

ChangeUICulture Method, Culture Property, InstalledUICulture Property, Resources Object

Категории