UITextContentType autofill not available on certain keyboard languages?

I have set up `UITextContentType` for my UITextFields to create a form with autocomplete. However the "predictive area" above the keyboard does not show on Danish, Swedish or Norwegian keyboards. It is shows in english and german keyboards and is not directly related to the `pedictive` on/off keyboard settings - since the UITextContentType autofill suggestion is shown in the predective area - even though the `predective` keyboard setting disabled on the phone


This is on ios version 12.3.1


I hope to get my form autofill work in the listed languages.