BunnyBloYT_Hosting 1 Posted March 30, 2019 Hey, I want to make so if my client picks Swedish it's a template for just that language. How to do that? 0 Quote Share this post Link to post Share on other sites
wp4all 40 Posted March 30, 2019 Hi @BunnyBloYT_Hosting Here is a commercial product that probably helps you : https://www.blog.modulesgarden.com/automatic-currency-language-template-setup-whmcs /** * Configure additional settings: * Firstly assign a WHMCS template to each country used. * Use the below pattern (template name for country code) edit it and/or add new entries below: */ $countryToTemplate = array( 'US' => 'six', 'DE' => 'german_six', 'default' => 'six', // NOTE: You can add more below ); Here is another one: Or you find someone who will code you an Hook that change the template corresponding to the {$language} variable. Greetings Christian 0 Quote Share this post Link to post Share on other sites
brian! 3008 Posted March 30, 2019 1 hour ago, wp4all said: Here is a commercial product that probably helps you : https://www.blog.modulesgarden.com/automatic-currency-language-template-setup-whmcs commercial, but FREE. 🙂 0 Quote Share this post Link to post Share on other sites
wp4all 40 Posted March 30, 2019 Yea didn't check the price was just c&p 😉 0 Quote Share this post Link to post Share on other sites
BunnyBloYT_Hosting 1 Posted March 31, 2019 Thanks 0 Quote Share this post Link to post Share on other sites