Enum LocalizationTarget
- Namespace
- CMS.Localization
- Assembly
- CMS.Globalization.dll
Defines where the localization resource will be used.
public enum LocalizationTarget
- Extension Methods
Fields
Builder = 2Localization resources will be used in the page builder, form builder or email builder.
Client = 1Localization resources will be used on the client-side.
Server = 0Localization resources will be used on the server-side.