Windows Vista Beta | WinVistaBeta.com - Message | Read strings from resource DLL, WinFX , C#

January 06, 2009  
Subject: Read strings from resource DLL, WinFX , C#
Group: microsoft.public.windows.developer.winfx.general
Date: 11/6/2006 9:47:52 PM
From: keerthana_m_2003@yahoo.com

Hi All:

I have a resource WinFX satellite DLL generated by specifying culture
in VCPROJ. (The en-US DLL is then used by LOCBAML tool for generating
other language DLL's).

Is there a way to parse the resource DLL in code? In general, it is
suffecient to specify CurrentCulture, BUT I need to parse the DLL in
the code and get the strings based on UIDs. Are there any API's in C#
to do the same?

Thanks
Keerthana


Back