LocaleContrller provides method to manage all pages with localization content.

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

Syntax

C#
public class LocaleController : ComponentBase<ILocaleController, LocaleController>, 
	ILocaleController
Visual Basic
Public Class LocaleController
	Inherits ComponentBase(Of ILocaleController, LocaleController)
	Implements ILocaleController

Remarks

Content localization in DotNetNuke will allow you to easily manage your web pages in a primary language and then utilize translators to keep the content synchronized in multiple secondary languages. Whether you are maintaining your site in a single language or dozens of languages, the content localization system will help guide your content editors and translators through the process. Although content localization required extensive changes to the core platform, we have been able to add this new feature while still improving overall system performance.

Inheritance Hierarchy

System..::..Object
  DotNetNuke.ComponentModel..::..ComponentBase<(Of <(<'ILocaleController, LocaleController>)>)>
    DotNetNuke.Services.Localization..::..LocaleController

See Also