'Use localized parameter and normal Text in

how I can make this Output?

Text(format: LocalizedStringKey("ImpressEmail %@"), ": [email protected]")

The result should be :

Email: [email protected]

In my localizationfile I have the following string::

"ImpressEmail" = "Email";


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source