Hello,
How to internationalize the code? In commons C# projects I use a file .resx where that has
Name=“Hello”, Value=“Salut”
Name=“Bye”, Value=“Au revoir”
and I load the values with properties
Regards,
Hello,
How to internationalize the code? In commons C# projects I use a file .resx where that has
Name=“Hello”, Value=“Salut”
Name=“Bye”, Value=“Au revoir”
and I load the values with properties
Regards,
Thank you