Click or drag to resize

ILocalesManager Methods


The ILocalesManager type exposes the following members.

Methods
  NameDescription
Public methodAddCustomLocale
Adds a new custom locale or updates an existing custom locale with new values.
Public methodAllLocales
Gets all locales, including both standard ISO locales and custom locales.
Public methodCustomLocale
Retrieves a custom locale by its region code.
Public methodCustomLocales
Gets all custom locales.
Public methodCustomLocalesCount
Gets the count of custom locales.
Public methodLocale
Retrieves a locale, which can be either a standard ISO locale or a custom locale.
Public methodLocaleInUse
Checks if the given locale is used by any Pages
Public methodLocalesCount
Gets the count of all locales, including both standard ISO locales and custom locales.
Public methodNativeLocale
Retrieves a standard ISO locale.
Public methodNativeLocales
Gets all standard ISO locales.
Public methodRemoveCustomLocale
Removes a custom locale.
Public methodTouch
Updated the entity's LastModified value to the current time.
(Inherited from IEntity.)
Public methodValidateData
Validates this entity's data. Implemented by concrete inheriting types.
(Inherited from IEntity.)
Public methodValidateUserPermission
Validates the user permission on the current entity. Implemented by concrete inheriting types. It is called automatically upon saving an entity.
(Inherited from IEntity.)
Top
See Also