ASP.NET Components
Localize Razor, User Controls and Master Pages
If you are using Razor or User Controls on your pages as well as ASP.NET Master Pages or Razor pages for page templates, you should follow the standard ASP.NET localization guidelines.
Below are some links that you may find useful when doing your localization tasks.
- When using ASP.NET Master Pages for templates, follow the standard ASP.NET practices for localization – please see "ASP.NET Globalization and Localization".
- C1 CMS ensures that the correct UI Culture is set when your master page executes, so you can follow the steps in "Localizing ASP.NET Web Pages By Using Resources" for using resources for localization.
- For localizing Razor pages used for templates, please see "Globalization And Localization With Razor Web Pages".