summaryM:DotNetNuke.Services.Localization.Localization.GetLocaleByID(System.Int32)
Namespace: DotNetNuke.Services.LocalizationAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
[ObsoleteAttribute("Deprecated in DNN 5.5. Replaced by LocaleController.GetLocale(languageID).")] public static Locale GetLocaleByID( int languageID ) |
Visual Basic |
---|
<ObsoleteAttribute("Deprecated in DNN 5.5. Replaced by LocaleController.GetLocale(languageID).")> Public Shared Function GetLocaleByID ( languageID As Integer ) As Locale |
Parameters
- languageID
- Type: System..::..Int32
paramlanguageIDM:DotNetNuke.Services.Localization.Localization.GetLocaleByID(System.Int32)