summaryM:DotNetNuke.Services.Localization.Localization.GetEnabledLocales

Namespace: DotNetNuke.Services.Localization
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[ObsoleteAttribute("Deprecated in DNN 5.0. Replaced by GetLocales().")]
public static LocaleCollection GetEnabledLocales()
Visual Basic
<ObsoleteAttribute("Deprecated in DNN 5.0. Replaced by GetLocales().")> 
Public Shared Function GetEnabledLocales As LocaleCollection

Return Value

returnsM:DotNetNuke.Services.Localization.Localization.GetEnabledLocales

See Also