|
-
Feb 8th, 2010, 04:04 AM
#3
Thread Starter
Lively Member
Re: Enumerate installed cultures in satellite assembly
I mean, set a form "Localizable = True", then change its "Language" property, then change labels etc. to the new language.
That creates new resource files named by the language/culture, for example:
form1.en-US.resx
form1.fr-FR-resx
form1.it-IT-resx
etc.
I need to enumerate only these languages (English, French, Italian, etc.) and not all available cultures (which is what CultureInfo.GetCultures does).
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|