lang_1.php file stores cached version of languages keys for default English language from: _base_language, _base_language_key, _base_language_prefix and _base_language_value database tables.
lang_{$languageId}.php file stores cached version of languages keys for any additional installed languages.Ex: lang_2.php, lang_31.php and so on.
Cached files are responsible for increasing content delivery speed to an end user and significantly decreasing amount of database requests.
Sample:
<?php $language[1] = array ( 'admin+account_type_sort_order' => 'Order', 'admin+account_type_translation' => 'Translation', 'admin+active_languages' => 'Active languages', 'admin+add_button' => 'Add', 'admin+add_key_form_lbl_add' => 'Add', 'admin+add_key_form_lbl_key' => 'Key', ...
lang.php files of SkaDate software are located in /ow_pluginfiles/base directory and can be opened from cPanel's File Manager or FTP client ( ex. FileZilla).
To open lang.php from FTP client:
To open lang.php from File Manager:
If you are not sure how to use FTP client or File Manager, please refer to hosting provider's documentation.
…coming soon …