I tried this to get the resource String in my Constants class
public static string OdVName = Resources.System.GetString(Resource.String.NewOrder);
And it throws me a not found error.
How i can access those Resources, said how can i get the Value without pointing to a View?
First of all you need object of Activity for getResource,as context you can get.