Posted 18 years ago
by Marianne
To keep things simple, I have recently changed the location of the dynamic language files so that they are now stored as embedded resources inside the main application assembly itself. When I need to load a language I pass the stream to the LoadFromXml method. The problem is that if a language is being loaded via stream and it needs to load one or more child languages it immediately throws a 'language not found' exception. How can I allow the child languages to be loaded as well and keep them all as embedded resources inside the main assembly? Thanks.
------------------------------- Marianne