I would think it would simply be a matter of reading in your master config and assigning the values to variables. Then, when you need to read in the localized configs, simply check to see if they're already defined... if so, skip them.
I haven't used AppConfig, but if you're used to Windows-style config files, I would suggest you look into
Config::IniFiles.
Good Luck!
-fp