Jump to content
Software FX Community

Localizing a WebForm isn't working at all


User (Legacy)

Recommended Posts

I'm trying to localize the application following the clues in the readme

file in the localization folder. Sadly enough this doesn't work. I copied

the chartfx.resources.dll to the "fr" directory I created in my

applicationfolder and set the "Thread.CurrentThread.CurrentUICulture" to the

right culture. Next thing to do is to set the localisation property to true.

However, this property doesn't exist in my ASP.NET application while in a

winform it does exist. Does anyone know how to solve this problem?

Link to comment
Share on other sites

What exactly are you trying to localize ?

In Web Forms, everything is different, if you are generating an image, only

a few strings are localizable and you are probably better off using the

SetMessageText method.

If what you want is to localize the .NET Client Component, Internet Explorer

doesn't support localization for .NET component at the time of this posting.

--

FP

Software FX, Inc.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...