I develop an app for working with multi-language resources. In database, when I need colomn with language identifier, I use language LCID. Now I need to add new language - Latin. It's LCID - 1142. But when I try to create new CultureInfo(1142) - exception thrown. Is there any way to solve this problem? Somehow add Latin language to CultureInfo available languages.
Thank you for your answers.