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