Get resources of project

Maybe it’s a stupid question but suppose I have a resource file in TinyClrApplication with string resources in properties of project. How can I access them ?

in one of earlier post @Gus_Issa say similiar to .NET Micro Framework you can access into resource file

Resources.GetString(Resources.StringResources.String1);

if i am not wrong

2 Likes

You’re not wrong at all ! :sunny: