4
Answers

Getting a list of available resource files (for localization)

Ask a question
Hi there,

I am currently experimenting with localization using resource files (resx).

I've already got it to work, but now i am in the next phase. How do i get a list of available languages?

By 'scanning?' for resx files or something like this:

NOT -------- CultureInfo.GetCultures(CultureTypes.AllCultures)
BUT LIKE --- CultureInfo.GetCultures(CultureTypes.AvailableResourceCultures)

I've searched the web for a answer but couldn't find a answer.

I think this should be pretty easy but well.. I'm new ;).

Thank you!

Answers (4)