Table of Contents

Class CultureHelpers

Namespace
Acuit.Pinpoint.Common
Assembly
Acuit.Pinpoint.Common.dll

Culture helper methods.

public static class CultureHelpers
Inheritance
CultureHelpers
Inherited Members

Methods

SetCurrentThreadUICulture(string?)

Sets CurrentUICulture of the current thread to the specified culture.

public static void SetCurrentThreadUICulture(string? name)

Parameters

name string

The culture name, or null or empty to use the system default. This can be a predefined CultureInfo name, Name of an existing CultureInfo, or Windows-only culture name. name is not case-sensitive.

Exceptions

CultureNotFoundException

name is not a valid culture name.