Visual Basic (Declaration) | |
---|---|
Public Shared Function LoadDictionaryFromXMLFile( _ ByVal filePath As String _ ) As Dictionary(Of String, String) |
C# | |
---|---|
public static Dictionary<string, string> LoadDictionaryFromXMLFile( string filePath ) |
Parameters
- filePath
- The path of the XML (ResX) file lo load.
Return Value
A Dictionary containing all the localized strings defined in the XML (ResX) file.For more information about Resx File Format please see http://msdn.microsoft.com/en-us/library/ekyft91f(v=vs.71).aspx
Please see also:
- Localizing And Customizing Texts
- The Example A.402 - "Localize & customize texts" / MyStaticLocalizationPlugin.
Requirements
Platforms: Windows 8, Windows 7, Windows Vista, Windows XP Professional, Windows 2000 - Windows Server family: 2012, 2008.R2, 2008, 2003, 2000