I have an enum with some data on it, also I have a resource file with the same data of the enum but using different translation
Ex.
The resource is probably be a part of your assembly. Why don't you use the following? Resources.ResourceManager.GetString(test.Sun.ToString())
Resources.ResourceManager.GetString(test.Sun.ToString())