IsLocaleSupported

IsLocaleSupported(string)

Bepaalt of [landinstelling wordt ondersteund] [de opgegeven cultuur].

public static bool IsLocaleSupported(string culture)
Parameter Type Beschrijving
culture String De cultuur.

Zie ook


IsLocaleSupported(CultureInfo)

Bepaalt of [landinstelling wordt ondersteund] [de opgegeven cultuur].

public static bool IsLocaleSupported(CultureInfo culture)
Parameter Type Beschrijving
culture CultureInfo De cultuur.

Zie ook