How do I get LCID of a culture from Short name in silverlight?

795 views Asked by At

The CultureInfo class in Silverlight does not expose LCID property unlike its .NET counterpart. How do I get the LCID for a culture from its short name? e.g. getting 1033 as LCID by giving "en-US" as input without maintaining a Dictionary of my own?

0

There are 0 answers