I would like to display the build number on my system, is it possible? (php? javascript?).
@gdgsupport
Thank you.
Sure, the following version numbers are available through GetString:
<?php echo exo_get_resstring('SPubProductVer'); ?>
<?php echo exo_get_resstring('SPubVersion'); ?>
For JavaScript, it’s a bit more complicate because this requires a callback: see
https://www.exeoutput.com/help/localization#how-to-put-a-resource-string-directly-into-your-php-and-html-page
In php it’s great!
Thank you.