Hi, I want to be able to know what is the fallback mechanism for a language, and do it in code. for example: i have files that aren't resource files but are different for different cultures. i want to search manualy for a culture directory according to my culture. and if i don't find it there, i want to search for the fallback culture and so on, till i get to the root directory if the culture isn't found. My question is: how can i find the "next fallback" culture for a given culture, thru code. Thanks, Yanai [SOLVED] The CultureInfo class has a "Parent" property just for that :)
modified on Monday, August 31, 2009 7:28 AM