View Single Post
Old Nov 20th, 2007, 8:30 PM   #9
JO90
Newbie
 
Join Date: Nov 2007
Posts: 16
Rep Power: 0 JO90 is on a distinguished road
Cool Re: Simple question about assembly

Quote:
Originally Posted by xavier View Post
Nope, told you that it didn't work for me when dealing with an assembly. By the way :
Dim rr As New ResourceManager("OO_1.JIM", GetType(PAUL).Assembly) // you don't need this here.

Thread.CurrentThread.CurrentUICulture = New CultureInfo("it-IT")
Response.Write(Me.GetGlobalResourceObject("JIM", "CA"))

Thanks.


New simple question, since I am sure you know its answer.
I need to write an Arabic version of a WebForm.
What is the code to programmatically change the Orientation of strings in the whole Document,......or at least in DropDownList and TextBoxes and Labels.(in a web Application ont a Windows one.)

I need to programmatically change...

Regards and thanks
JO90 is offline   Reply With Quote