Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / Internationalization / February 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Resource File Manipulation28 Feb 2005 13:47 GMT3
I have used ResourceWriter and ResourceReader for writing a reading resource
files.
What I want to know is, can I open a resource file in "Append" mode so that
I can read entries from it and add new entries that don't yet exist ?
Question about currentCulture class.25 Feb 2005 17:35 GMT1
I am writing a .NET based web application which is localized also. I am
using Form Authentication and I use following code to transfer to the next
page:
FormsAuthentication.RedirectFromLoginPage(email, false);
strong named assembly doesn't find satellite assemblies25 Feb 2005 13:05 GMT2
i have an assembly which uses satellite assemblies. The ResourceManager
finds the resources and everything works fine. But when i make this assembly
strong named by placing [assembly: AssemblyKeyFile(<path-to-Keyfile>)] in
AsseblyInfo.cs and recompile my solution the ...
How to debug WinRes.exe for Form that has subclass ?25 Feb 2005 08:12 GMT2
I have a series of forms and controls that I would like to localize using
WinRes.exe. These forms come up OK with Visual Studio, but I get the error
"Value does not fall within the expected range" when I attempt to bring up
these forms with winres.exe
Best Practies question24 Feb 2005 20:08 GMT4
Hi everyone, and thank you in advance for sharing your insights on my
questions.
I have an application with many assemblies that contain strings that need to
be localizable.  My question is: where do I put the resources containing the
Displaying Chinese Text in a RichTextBox Control24 Feb 2005 12:29 GMT2
I am trying to display some chinese text in a RichTextBox but am having some
problems.
I open a .txt file which contains chinese text. I then convert the text
using the appropriate codepage and the .NET Encoding class and the string in
ANSI encoded file and Japanese Character rendering on a Japanese workstation24 Feb 2005 10:58 GMT3
A japanese customer sent me a file, ids.txt, containing a list of Employeed
ids. These ids are a
mix of  "Japanese Characters" and English characters. I can open this file
in notepad on a
ImeMode.On And ImeMode.Off24 Feb 2005 09:13 GMT2
What do ImeMode.On and ImeMode.Off actually do ? From what I can see they
don't appear to actually do anything. The documentation says that they turn
the IME on and off but the IME remains active and usable even when a
TextBox's ImeMode is Off. I'm obviously missing something but ...
winres24 Feb 2005 02:53 GMT6
I've generally had a fairly miserable time using winres for localizing forms.
It seems to be very buggy - loses bitmaps, doesn't display things correctly,
is generally miserably with inherited forms etc. etc. Do most people actually
use winres for localizing forms and if so how ...
HtmlInputFile control in Japanese24 Feb 2005 00:44 GMT4
Can I specify the text of the "Browse..." button generated by this control
(the html <input type="form"...> control)?  It needs to be Japanese but I
don't know how to tell the user agent that renders this control to display
the "Browse..." text in Japanese.  
Pseudo-Localize First23 Feb 2005 17:06 GMT4
We're introducing a new approach for producing internationalized and
localized software.  We invite criticism and comment on this
"pseudo-localize first" strategy.
Does it pass the "laugh test"?
Custom Globlization.Calendar23 Feb 2005 13:16 GMT1
I know how to load Cultures & resources
but I'm still unable to load my custom calender
Cultureinfo ci= new Culureinfo("ar-EG");
Thread.CurrentThread.CurrentCulture = ci;
Easy way to manage localization?23 Feb 2005 10:12 GMT5
I have an application which is going to need to be localized.  It's
been trivial to use the ResourceManager to enable me to store all my
in-code strings within a text file and simply compile it to a resource
DLL, having one for each language.
Culture vs UICulture22 Feb 2005 18:11 GMT8
I'm fairly new to the .NET internationalization mechanism. I'm trying to
understand what's different about the following and when I need to use 1 vs
the other. If I retrieve:
Thread.CurrentThread.CurrentCulture
Where LPINPUTCONTEXT and etc. are defined?22 Feb 2005 15:29 GMT3
Hi, friends,
Any one knows that where LPINPUTCONTEXT, IMMGWL_PRIVATE, IMMGWL_IMC, and
etc. are defined?
I included <imm.h> and <ime.h>, linked to imm32.dll, VC++ still complains
Pages: 1 2 3 January, 2005
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.