Language pack source is an XML file containing all interface messages existing in Plesk Sitebuilder.
You can obtain an LP source in three ways:
To take the source from the Localization Kit:
/sitebuilder-4.1-unix-l10n-kit/src/en-US.xml file. To take the source from the Sitebuilder 4.1 SDK:
\Samples\Localization\Unix\en_US.xml file.(If you installed the SDK to a default location, the source is C:\Program Files\SWsoft\Sitebuilder 4.1\SDK\Samples\Localization\Unix\en_US.xml.)
To take the source from the Sitebuilder 4.1 instance:
<kit-unarchiving-location>/sitebuilder-4.1-unix-l10n-kit/tools/get_current_locale.sh utility to a preferred directory on the server where Sitebuilder 4.1 is installed. # ./get_current_locale.sh
This extracts the LP source for the default language (U.S. English) and saves it to your current directory as an XML file – en_US.xml.
To take the LP source for another language (if any is installed in your Plesk Sitebuilder), run the script with the LP name as an input parameter. For example, to take the Australian LP source file:
# ./get_current_locale.sh en_AU