Hexacom

View Categories

Customization

Table of Contents

Translate admin panel: #

For translating your admin and vendor panel go to this file: resources/lang/en/messages.php and change all the value of each key( 'key'=>':variable value') . Please don’t change any key or variable. A variable is a word that starts with a “:”, it can be placed after the value or inside a value like 'config\your\account'=>'Config your :method account', here :method is a variable and config\your\account is a key. You can change the position of a variable inside a value but you can’t remove it.

Info

Please note: “:” after a word is not a variable like: '(Ex: Test Label)' => '(Ex: Test Label)’ here “Ex:” not a variable