LanguageInfoAbbrToCulture Method

Provides CultureInfo object based on the given abbr.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
C#
public static CultureInfo AbbrToCulture(
	string abbr
)

Parameters

abbr  String
The value of Abbr property.

Return Value

CultureInfo
CultureInfo object based on the given abbr.

See Also