Groups | Blog | Home
all groups > dotnet internationalization > december 2004 >

dotnet internationalization : Changing the Text to japanese


Smitha Ghatke via .NET 247
12/22/2004 3:52:41 PM
(Type your message here)

--------------------------------
From: Smitha Ghatke

hi
I am working on c# web forms which supports multi langauage=
support=2E i am having an application which contains 2 labels and=
2textboxes=2E I am to change the text only one textbox to japanese=
or accept data thro that textbox in japanese=2EFor this i have=
created an assembly and later have built the saltellite assembly=
by using al=2Eexe=2Ein my resource have stored data in english=2E=
First i am trying to cvonvert that text to japanese=2E The=
assembly is created successful=2Ebut even then the text is not=
getting changed=2E
In @page directive also i have given the culture as Culture=3D"ja"=
CulutureUI=3D"ja-JP"=2EThen in init()=2E

ResourceManager res=3Dnew=
ResourceManager(localization=2Estrings,Assembly=2EGetExecutingAssemb=
ly());
textBox1=2Etext=3Dres=2EgetString("txtWelcome");
Where localization is my namespace and strings is my resources=2E
I have created 2 resource files named=
strings=2Eresx,strings=2Eja-JP=2Eresx=2E even then the text not getting=
changed and also the MUI lanuage is also cahnged=2E
Help Me

-----------------------
Posted by a user from =2ENET 247 (http://www=2Edotnet247=2Ecom/)

Marin [MS]
12/28/2004 3:17:03 PM

[quoted text, click to view]
Hope this helps, Marin [MS]

[quoted text, click to view]
AddThis Social Bookmark Button