Quote:
Originally Posted by xavier
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
