Click or drag to resize
CultureInfoProviderGetCultureInfoByGUIDInternal Method

Note: This API is now obsolete.

Returns object with specified GUID.

Namespace: CMS.Localization
Assembly: CMS.Globalization (in CMS.Globalization.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use Get(string) instead.")]
protected virtual CultureInfo GetCultureInfoByGUIDInternal(
	Guid guid
)

Parameters

guid
Type: SystemGuid
Object GUID

Return Value

Type: CultureInfo
See Also