Remove locale/region/language from canonical_url in theme.liquid for all pages

I want to remove the xx-xx portion of the canonical URL for any page whether it be for collections, products or blog posts, so any page at all.
For example, if a collection canonical URL looks like this:

I want it to generate:

I would like a solution that can be implemented in one place like theme.liquid

Thanks in advance!