HI,
I want to dynamically concatenating the strings using C#. I have localized string in XML file , this string i want to update based on the language selection at runtime.
Below i specified input string and expected output string formats.
EX:
*Input String:*
"The density of your %s gas at reference conditions of %s %s and %s %s is:"
*Expected Output String:*
"The density of your Helium gas at reference conditions of 20.01 g and 15.12 Kg is:"
Thanks