How to internationalize the code

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,

1 Like

Thank you