TMP Font Asset and localization

Is it possible to just swap out a Font Asset depending on the selected language? (instead of having to manually change all the Font Asset properties on each text label to use localization?) I’m using the localization package.

My problem is that I have a very basic, stylized English font with no special characters like È, and I just want to change the font that all my TMP Text components are using depending on locale.

Second this.

Before anyone suggests using Font Fallback - those make your fonts “mix” supported and unsupported characters. Would be a good thing to have explicit font overrides per-font so it could be managed through font asset references rather than touching every single TMP Text component.

Or have an option to prevent a font from being mixed with their fallback.