PDA

View Full Version : Anyone doen I18N with resource files?


stephenro
06-30-2005, 07:10 PM
I can't seem to get my web app working with different language resource files. I have a formname.fr.resx file that should load when I call

this.UserLocale = new CultureInfo((String)"fr");

but my app just uses the default resource file. Any ideas?

Thanks

Aleks Seovic
07-04-2005, 10:28 AM
Hm, not really... File name seems ok, code that sets user locale seems fine as well.

Can you email me a sample app that I can use to reproduce the issue? I can only think of UserLocale being set at the wrong time (after localization already occured) or this might be another ASP.Net version-specific issue.

Which exact version of ASP.Net are you using and is it with or without SP1?

Regards,

Aleks

stephenro
07-05-2005, 07:20 PM
Aleks,

What is your email address?

Thanks,

Steve

Aleks Seovic
07-06-2005, 10:11 AM
Sorry... aleks at seovic.com

stephenro
07-06-2005, 04:04 PM
.Net Framework v1.1.4322
With Sp1