Hello,
I’m sorry for late reply.
This small plugin can be used as service provider while creating other plugins or any other custom code. For example in your theme you can use it this way:
<?php if( geolocator_country() == 'FR'): ?>
<h1>Bonjour!</h1>
<?php else: ?>
<h1>Hello!</h1>
<?php endif; ?>
Unfortunately it has no end-user functionality, so you cannot use it in pages or posts – the goal of creating this plugin was different.
Thanks for trying anyway!