Package DE_EPAGES::Installer::API::LanguagePackAM
This is a downgraded version of RnD's LanguagePack.pm that should only import the language files to a store database
Example |
my $Installer = DE_EPAGES::Installer::API::LanguagePack->new( LanguageCode => 'es', ); $Installer->install; |
Functions
install
Installs language pack database strings and files.
Syntax |
$Installer->install; |
new
Creates a new language pack installer.
Syntax |
$Installer = DE_EPAGES::Installer::API::LanguagePack->new(%options); |
Input |
|
Return |
|