# Candera Globalization

#### Custom Localizer Support

CMake feature switch CANDERA\_CUSTOM\_LOCALIZER\_ENABLED has been introduced to enable the use of a custom localizer. In case this flag is enabled (along with CANDERA\_GLOBALIZATION\_ENABLED), the DefaultLocalizer which loads LanguagePacks from assets will be disabled.

Furthermore the interface to set or get a Localizer in GlobalizationCultureManager class has been changed to SharedPointer instead of pointer.

Additional information on how to set up a custom localizer can be found here: <span style="color: rgb(230, 126, 35);">[Custom Localizer Support](https://doc316en.candera.eu/link/488#bkmrk-page-title)</span>

---