Jobs module: Configure localization
Sitefinity CMS provides developers with easy-to-use means for localization. You must create a resource class, which contains the strings to be localized, and register it with the Res helper class.
To create the resource file, perform the following:
- In Visual Studio, in your project, open the context menu of the Localization folder and click Add » New Item...
- In the left pane, select Visual C# » Code.
- Click Class and in the Name input field, enter JobsResources.cs
- Open the JobsResources.cs file.
- Change the class definition.
- Define the constructors.
- Define the localizable resources.
EXAMPLE: For more information about the contents of the file, refer to class JobsResources.cs
from the downloaded sample project.