When picking a content URL in the Multi URL Picker in a multilinguagl website the default language URL is displayed in the backoffice instead of the culture variant URL:

I am seeing this issue on Umbraco version: 8.2.2
Add two (or more) languages to the website with one default:

Add a document type with Allow varying by culture enabled and add a Multi URL Picker property to this document also with Allow varying by culture enabled:

Add internal content links to the page in the non-default language:

The property shows the URL's for the default language instead of the culture variant URL, this is very confusing for the editors. When rendering the links in a view (frontend) it does show the proper culture variant URL, so it's only an issue of the backoffice.
I've found similar issues in Github. In issue #6145 @nul800sebastiaan states this issue was fixed in Umbraco 8.1.4, but I'm still seeing it in version 8.2.2. I've also tried it on a clean install which you can download here (backoffice credentials are in the readme.txt):
https://www.dropbox.com/s/h5hhsztgxv9bvpm/umbraco-822.zip?dl=0
Well that's weird! I did #6109 to fix this a while back. I'll investigate why this doesn't apply anymore 馃憤
This is the data that /umbraco/backoffice/UmbracoApi/Content/GetById?id= returns:

@creativesuspects I did some research last night and I can reproduce. The issue is a bit more complex than I thought, and the original solution from #6109 is no longer applicable. It also entails redoing the way the property editor fetches existing URLs. Not undoable, it will just take a bit more time.
Thanks @kjac for looking into this! If you have some thoughts on how this could be fixed feel free to post them, sounds like something we would want to look in to!
@nul800sebastiaan I've got it fixed, will verify tomorrow and submit a PR for it 馃憤
@kjac Awesome! Let me know if you need me to do some testing as well. Also, do you think you could provide a hotfix that I can use until the next release comes out?
PR in #7130. This I'm afraid isn't hotfix-able 馃槃
@nul800sebastiaan Did you get a chance to check the fix? And do you have any idea if and when this will be merged into a release?
Fixed in #7130 :)
Please make sure to include https://github.com/umbraco/Umbraco-CMS/pull/7543 before releasing Umbraco 8.6.0, as PR https://github.com/umbraco/Umbraco-CMS/pull/7130 contains a bug causing all Multi URL Pickers containing a single external URL to completely stop working.