What's the most efficient way to pull culture information out of a resx's filename in c#?
- by Lee Warner
What's the most efficient way to pull culture information out of a resx's filename using C#? The solution should also handle there not being culture info in the file name (ie form1.resx). In that case a string assigned "Default" should be returned.