Hi all.
PHP provides a easy possiblity to localize / internationalise Website Pages
by installing on the server a simple library that includes json array files for mostly used words and can be included inside the code or is always dynamic already loaded
to serve and print out a localized Webpage based on the GeoIP of the Visitor.
My Question is how can the same be achieved with CloudFlare Workers ?
Does Cloudflare Workers provides also a easy possibility to localize and serve a Cloudflare Worker Website Page to a visitor by setting the langue to let say german or something ?
it would be great if it could be extended for keywords that are not widly used
but for the specific webpage can be added and saved and loaded automaticly.
Thanks in advance for your Replys.