User-1021610318 posted
Hi, I'm trying to localize one of my projects using Global Resources, but I'm having troubles.
I created a folder under the root folder called App_GlobalResources (using Visual Studio 2008) then I added to files: Labels.resx and Labels.it-IT.resx
On my page i used this code to test these files:
<asp:Label ID="Label1" runat="server" Text="<%$ Resources:Labels,NextPage %>" />
And even if I change my browser language, the text is retrieved using Labels.resx and not Labels.it-IT.resx, as expected.
Help me please.