G
Guest
I would like to do Localization in a sepearate way. I need to keep all the
localized strings in XML files.For each culture there will be a seperate xml
resource file. This files will be kept serialized. There will be a seperate
Class file (Eg. LocalizationMAnager) to manage these xml files.We will
retrieve the localized strings from serialised xml files using this class by
passing the culture and master string.
How will this be done. What are the things that needs to be taken care by
doing this way campared to the normal way. Pl help.
localized strings in XML files.For each culture there will be a seperate xml
resource file. This files will be kept serialized. There will be a seperate
Class file (Eg. LocalizationMAnager) to manage these xml files.We will
retrieve the localized strings from serialised xml files using this class by
passing the culture and master string.
How will this be done. What are the things that needs to be taken care by
doing this way campared to the normal way. Pl help.