<div>Hello,
I've created my resx files for each culture by naming them like following:</div> <div><myFile>.<UI>.resx
<Global>.en-US.resx
which are in the following folders:
<UI>
en-US,
fr-CH,
fr,
de,
de-AT etc...
Out of these folders and directly in the App_GlobalResources folder I have my default resources files <maFile>.resx</div> <div> </div> <div>My problem is that when the culture is for example German (German) [de] ou Français (Français) .NET is taking the default
files which is in english and that's not what I want.
Does anybody have an idea of what I did wrong?</div>
Member
15 Points
156 Posts
Resources
May 16, 2006 10:18 AM|akaii|LINK
I've created my resx files for each culture by naming them like following:</div> <div><myFile>.<UI>.resx
<Global>.en-US.resx
which are in the following folders:
<UI>
en-US,
fr-CH,
fr,
de,
de-AT etc...
Out of these folders and directly in the App_GlobalResources folder I have my default resources files <maFile>.resx</div> <div> </div> <div>My problem is that when the culture is for example German (German) [de] ou Français (Français) .NET is taking the default files which is in english and that's not what I want.
Does anybody have an idea of what I did wrong?</div>
None
0 Points
15 Posts
Re: Resources
May 17, 2006 10:28 AM|yevgeniy|LINK
Looks fine so it's hard to say what the problem is. Supply the code where you set the current culture and where you're using those resources.