HighTechTalks DotNet Forums  

Changing the Text to japanese

Dotnet Internationalization microsoft.public.dotnet.internationalization


Discuss Changing the Text to japanese in the Dotnet Internationalization forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Smitha Ghatke via .NET 247
 
Posts: n/a

Default Changing the Text to japanese - 10-31-2004 , 06:47 AM






(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>

Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.