Hello,
I am trying now a few days to localize my DotNetNuke modules. I am really frustrated about the built in localization methods of DotNetNuke!!!
I created my Modules from several User Controls to create a modular system. So I was testing the user controls first without using DotNetNuke. Everything was working fine.
I was using standard Resource Files and added to all the labels, grids etc. meta:resourcekey="..." .
Everything was working outside of DotNetNuke!!!
Then I tried to integrate my user controls into my DotNetNuke Modules and my problems began!!!
I found out that DotNetNuke is using an alternative approach for localization, using the property resourcekey. But how can I localize for example a GridView Control??? I can't add the resourcekey property to a BoundField. I always get the error: The type
BoundField has no public property called 'resourceKey'. I don't want to add some additional localization logic to my modules.
Why can't I just use standard ASP.NET localization with DotNetNuke!!!
I am absolutely despaired, because the localization is last part of my project and I've alrey exceeded the project budget.
So if anyone could help me, I will be very appreciate!!!