Click or drag to resize

ILocalesManager Methods


The ILocalesManager type exposes the following members.

Methods
  Name Description
Public method AddCustomLocale Adds a new custom locale or updates an existing custom locale with new values.
Public method AllLocales Gets all locales, including both standard ISO locales and custom locales.
Public method CustomLocale Retrieves a custom locale by its region code.
Public method CustomLocales Gets all custom locales.
Public method CustomLocalesCount Gets the count of custom locales.
Public method Locale Retrieves a locale, which can be either a standard ISO locale or a custom locale.
Public method LocaleInUse Checks if the given locale is used by any Pages
Public method LocalesCount Gets the count of all locales, including both standard ISO locales and custom locales.
Public method NativeLocale Retrieves a standard ISO locale.
Public method NativeLocales Gets all standard ISO locales.
Public method RemoveCustomLocale Removes a custom locale.
Public method Touch Updated the entity's LastModified value to the current time.
(Inherited from IEntity)
Public method ValidateData Validates this entity's data. Implemented by concrete inheriting types.
(Inherited from IEntity)
Public method ValidateUserPermission 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