summaryM:DotNetNuke.Services.Localization.Localization.AddTranslatorRole(System.Int32,DotNetNuke.Services.Localization.Locale)

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

Syntax

C#
public static void AddTranslatorRole(
	int portalID,
	Locale language
)
Visual Basic
Public Shared Sub AddTranslatorRole ( 
	portalID As Integer,
	language As Locale
)

Parameters

portalID
Type: System..::..Int32
paramportalIDM:DotNetNuke.Services.Localization.Localization.AddTranslatorRole(System.Int32,DotNetNuke.Services.Localization.Locale)
language
Type: DotNetNuke.Services.Localization..::..Locale
paramlanguageM:DotNetNuke.Services.Localization.Localization.AddTranslatorRole(System.Int32,DotNetNuke.Services.Localization.Locale)

See Also