sierralx Posted December 10, 2007 Share Posted December 10, 2007 I need Default Language; SPANISH And i need Add ENGLISH, but i cant, my WHMCS no add extra languages. Im using Latest Version 3.4.1 What is the problem? I need add English to my active languages. can i update this in sql? or something like that? 0 Quote Link to comment Share on other sites More sharing options...
sierralx Posted December 10, 2007 Author Share Posted December 10, 2007 Where is the problem? CREATE TABLE `tblaffiliatespending` (`id` INT( 1 ) NOT NULL AUTO_INCREMENT PRIMARY KEY ,`affaccid` INT( 1 ) NOT NULL ,`amount` DECIMAL( 10, 2 ) NOT NULL ,`clearingdate` DATE NOT NULL ) ; INSERT INTO `tblconfiguration` (`setting`, `value`) VALUES ('AffiliatesDelayCommission', '0'); ALTER TABLE `tblhosting` CHANGE `domainstatus` `domainstatus` ENUM( 'Pending', 'Active', 'Suspended', 'Terminated', 'Cancelled', 'Fraud' ) NOT NULL ; ALTER TABLE `tblhostingaddons` CHANGE `status` `status` ENUM( 'Pending', 'Active', 'Terminated', 'Cancelled', 'Fraud' ) NOT NULL ; ALTER TABLE `tbldomains` CHANGE `status` `status` ENUM( 'Pending', 'Active', 'Expired', 'Cancelled', 'Fraud' ) NOT NULL ; INSERT INTO `tblemailtemplates` (`type`, `name`, `subject`, `message`) VALUES ('support', 'Bounce Message', 'Support Ticket Not Opened', '<p>[Name],</p><p>Your email to our support system could not be accepted because it was not recognized as coming from an email address belonging to one of our customers. If you need assistance, please email from the address you registered with us that you use to login to our client area.</p><p>[signature]</p>'); UPDATE tblconfiguration SET value='3.4.1' WHERE setting='Version'; Somebody can send me the SQL update to fix the problem? 0 Quote Link to comment Share on other sites More sharing options...
joe123 Posted December 10, 2007 Share Posted December 10, 2007 I need Default Language; SPANISHAnd i need Add ENGLISH, but i cant, my WHMCS no add extra languages. Im using Latest Version 3.4.1 What is the problem? I need add English to my active languages. can i update this in sql? or something like that? what exactly you want to do ?, your default language is in spanish in your order form and the client can change to english if he/she wants. whmcs does not translate the language you enter in the product description if that's what you mean. 0 Quote Link to comment Share on other sites More sharing options...
sierralx Posted December 11, 2007 Author Share Posted December 11, 2007 My default language is Spanish, but i cant add English or other languaje. In the section Email Templates, Add: ENGLISH (Submit) WHMCS No add english, no add spanish, no add other language. Active Languages: Default 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.