Publishes the language.
Namespace: DotNetNuke.Services.LocalizationAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public void PublishLanguage( int portalid, string cultureCode, bool publish ) |
Visual Basic |
---|
Public Sub PublishLanguage ( portalid As Integer, cultureCode As String, publish As Boolean ) |
Parameters
- portalid
- Type: System..::..Int32
The portalid.
- cultureCode
- Type: System..::..String
The culture code.
- publish
- Type: System..::..Boolean
if set to true will publishthe language.