Previous Topic

Next Topic

Book Contents

Installing Addon in Locale

If the addon is not yet installed in the locale, install it by issuing the subsequent command. Let us take an en_US locale as an example:

/usr/local/expand/sbin/locale_engine --add /usr/local/expand/share/locale/xx_XX/locale_addon.xml

--locales-list en_US

Where

Option

Definition

/usr/local/expand/sbin/locale_engine

The command that calls out ExpandLocaleEngine (ELE).

--add

The option of ELE used for adding an addon to a locale.

/usr/local/expand/share/locale/xx_XX/locale_addon.xml

The addon file that you need to add to the locales.

--locales-list en_US

The option of ELE defining the list of the locales to which the addon file should be added. In this case, this is the en_US locale.

Note: For more information about the options of ELE and their usage, see ELE Options.

As a result of this command, the addon is copied to /usr/local/expand/share/locale/xx_XX/ and is registered in it.

See Also

Modifying Language Pack

Altering Locale

ELE Options

Checking Locale and Addon Compatibility

Installing Updated Locale in Plesk Expand

Restoring Locale to Previous State

Deleting Addon from Locale