Localize content items

To localize content items, you set the required culture by passing it as a parameter to the Lstring properties of the item. The following code example demonstrates how to localize a News item.

NOTE: The ID argument is assigned to the master version of the News item. For more information about the different version of a content item, see For developers: Content lifecycle.

In the example below, you perform the following:

  1. Get an instance of the NewsManager class.
  2. Check whether a News item with the same ID already exists.
    If a News item with the same ID does not exist, create the item by calling the CreateNewsItem method of the NewsManager class.
    You can create a News item with either predefined or auto-generated ID, depending on which overload of the method you use. The ID argument is assigned to the ID property of the master version of the item.
  3. Set the properties of the News item object.
    To ensure that the News item is localized for a specific culture, create a new using scope with the CultureRegion class and set the Title inside. 
  4. Recompile and validate the URLs of the News item.
  5. Set the ApprovalWorkflowState to Published by passing the culture for the required localized version.
  6. Publish the News item to a Live state using the content lifecycle of the NewsManager class.
  7. Save the changes.

Increase your Sitefinity skills by signing up for our free trainings. Get Sitefinity-certified at Progress Education Community to boost your credentials.

Web Security for Sitefinity Administrators

The free standalone Web Security lesson teaches administrators how to protect your websites and Sitefinity instance from external threats. Learn to configure HTTPS, SSL, allow lists for trusted sites, and cookie security, among others.

Foundations of Sitefinity ASP.NET Core Development

The free on-demand video course teaches developers how to use Sitefinity .NET Core and leverage its decoupled architecture and new way of coding against the platform.

Was this article helpful?