(Type your message here)
--------------------------------
From: Smitha Ghatke
hi
I am working on c# web forms which supports multi langauagesupport. i am having an application which contains 2 labels and2textboxes. I am to change the text only one textbox to japaneseor accept data thro that textbox in japanese.For this i havecreated an assembly and later have built the saltellite assemblyby using al.exe.in my resource have stored data in english.First i am trying to cvonvert that text to japanese. Theassembly is created successful.but even then the text is notgetting changed.
In @page directive also i have given the culture as Culture="ja"CulutureUI="ja-JP".Then in init().
ResourceManager res=newResourceManager(localization.strings,Assemb ly.GetExecutingAssembly());
textBox1.text=res.getString("txtWelcome");
Where localization is my namespace and strings is my resources.
I have created 2 resource files namedstrings.resx,strings.ja-JP.resx. even then the text not gettingchanged and also the MUI lanuage is also cahnged.
Help Me
-----------------------
Posted by a user from .NET 247 (
http://www.dotnet247.com/)
<Id>nkRrCzuauEi2L7LX++AtfA==</Id>