In C# VS2005 it is possible to use a neutral resource file like myresource.nl.resx . In case the Dutch language nl-nl and Belgium Dutch nl-be is used, the myresource.nl.resx is used. If you add myresource.nl-nl.resx specific resources for nl-nl are shown. In case no resource for nl-nl nor nl is present, the myresource.resx is used.
How to configure myresource.nl.resx or myresource.de.resx for de-at and de-de ?
1. In dnn it seems that myresource.nl.resx cannot be used and I need to use myresource.nl-nl.resx and myresource.nl-be.resx This is quite hard to maintain. Is there a way to fix this? I am using Apollo's language menus and language changer?
Is there a way to define a generic portal language?
2. Secondly, is there a way to define own resources files myresource.resx which will not override the dotnetnuke resources files. Now I have to copy the resource file for every portal like myresource.portal-x.resx and myresource.portal-y.resx Is there something like myresource.portal.resx which overrides the values in the core modules, but does not require to change the language for each portal independently?
Any help appreciated.