SetCulture Method
Sets the culture that this assembly and its dependencies will use when returning resources.
Syntax
public static void SetCulture(
System.Globalization.CultureInfo info
)Public Shared Sub SetCulture( _
ByVal info As System.Globalization.CultureInfo _
) Parameters
| Name | Description |
|---|---|
| info | The culture to set |