
Originally Posted by
CaroleAs
Now, what would be needed to have the message in French too?
You'll notice that the plugin has this file, which contains all the english messaging:
/includes/languages/english/extra_definitions/download_already_purchased_messages.php
if you copy that to:
/includes/languages/french/extra_definitions/download_already_purchased_messages.php
... and then edit that file's contents and change all the "defines", it'll automatically use those when the store is in french.
note the pattern:
Code:
define('IDENTIFIER_KEY_YOU_DO_NOT CHANGE', 'This is the part you will change here.');
Bookmarks