Sorry for the wrong information, I just verified that gettext is included in this version of PHP. You only need to enable that extension in the PHP's php.ini file (installdir/php/php.ini)
...
extension=gettext
...
You can verify if the extension is enabled by running this command in the command line
php -m
Note: load the Bitnami environment first
https://docs.bitnami.com/installer/how-to/understand-bnconsole/
Finally, you will need to restart the services to load the extension properly
https://docs.bitnami.com/installer/faq/windows-faq/administration/control-services-windows/
Happy to help!
Was my answer helpful? Click on 