Documentation

To access Localizer simply go to Dashboard > System & Settings. You'll find Localizer in the Basics area.

In the main Localizer page you can translate some items, like attribute names.

To take advantage of Localizer, packages must follow the rules described in the Translation of some special items how-to.

For instance, let's suppose that you create a new user attribute called "Birth date".
With Localizer you can translate it to the languages of your site, and to use these translations, you have to write

tc('AttributeKeyName', 'Birth date')

or, if $ak is an instance of the attribute, you have to write

tc('AttributeKeyName', $ak->getAttributeKeyName())