HighTechTalks DotNet Forums  

Sponsored Links


Dotnet Internationalization microsoft.public.dotnet.internationalization


Discuss in the Dotnet Internationalization forum.



Post New Thread
Threads in Forum : Dotnet Internationalization Forum Tools Search this Forum
  Rating Thread / Thread Starter Last Post Reverse Sort Order    Replies         Views     
I have to display content (specially currencies) in the Users local format. Currently Iam doing below in my code...
Ed
03-07-2005 12:37 AM
MasterGaurav Go to last post
1 28
Is it possible to set the LCID in the web.config so that i don't need to specify it everywhere else. I'm sure it is, but i can't find...
P1ayboy
03-02-2005 12:10 PM
AT Go to last post
1 43
I m working on an Arabic/English project. One of the first recommendations was the Mirroring technique for Controls that Do no draw themsleves from...
Latief
03-01-2005 06:31 PM
AT Go to last post
2 29
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"...
JezB
02-28-2005 07:47 AM
Guy Smith-Ferrier Go to last post
3 34
Hello, I am using win2k server (Japanese) with IIS6. I am writing a name in a cookie, the data in this cookie is strictly 2 byte kanjis. This value...
Prachi R
02-26-2005 04:31 PM
Prachi R Go to last post
0 25
Hi, I have a C# form called "Form1" with namespace of "WindowsApp". The projec namespace is also"WindowsApp". I have also created a User control...
AT
02-25-2005 11:53 PM
AT Go to last post
0 28
i mr kingsley nwokolo i want to come for the conference april 2005 and i want to the requirement. *** Sent via Developersdex...
KINGSLEY NWOKOLO
02-25-2005 12:49 PM
KINGSLEY NWOKOLO Go to last post
0 25
Hi, 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...
Poonam
02-25-2005 11:35 AM
JezB Go to last post
1 24
Hello everybody i have an assembly which uses satellite assemblies. The ResourceManager finds the resources and everything works fine. But when i...
RainerI
02-25-2005 07:05 AM
RainerI Go to last post
2 27
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...
Dan Noel
02-25-2005 02:12 AM
Guy Smith-Ferrier Go to last post
2 27
Hi everyone, and thank you in advance for sharing your insights on my questions. I have an application with many assemblies that contain strings...
Tom Clement
02-24-2005 02:08 PM
AT Go to last post
4 46
Hi, 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...
Ian Armitage
02-24-2005 06:29 AM
Steven Cheng Go to last post
2 29
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...
Lakshmi
02-24-2005 04:58 AM
Steven Cheng Go to last post
3 35
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...
Ben Foster
02-24-2005 03:13 AM
Ben Foster Go to last post
2 31
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...
AndrewEames
02-23-2005 08:53 PM
AT Go to last post
6 56
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...
pmelies
02-23-2005 06:44 PM
AT Go to last post
4 26
We're introducing a new approach for producing internationalized and localized software. We invite criticism and comment on this "pseudo-localize...
John
02-23-2005 11:06 AM
John Go to last post
4 28
Hi, 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...
Simon Kittle
02-23-2005 04:12 AM
Simon Kittle Go to last post
5 33
Hi, 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...
John Bowman
02-22-2005 12:11 PM
Michael \(michka\) Kaplan [MS] Go to last post
8 37
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...
Andrew
02-22-2005 09:29 AM
Michael \(michka\) Kaplan [MS] Go to last post
3 32
Hi, A question regarding resources and localization: My application has several modules (some exes and some dlls). The exes are windows forms based...
Radha Krishna Srimanthula
02-21-2005 04:03 AM
Steven Cheng Go to last post
1 32
Hi, I have a very simple program below. I am trying to output Unicode characters in a file. ----------- ofstream logFile("myLog.txt"); logFile <<...
TomTom
02-20-2005 04:59 PM
TomTom Go to last post
5 36
Hello, We're developing a system using the Crystal Reports tool bundled with Visual Studio .NET 2003 to build our reports. Our system is fully...
Alvaro Rodriguez
02-18-2005 01:11 PM
AT Go to last post
1 36
Hi. I am about to embark on a large asp.net project and I have a few basic globalisation questions that I would appreciate help with. 1. Does one...
AT
02-18-2005 01:28 AM
Mihai N. Go to last post
1 37
Hi, can I use winforms to display unicode characters? Or I must do something more? Thanks Nhan
Le, Thanh-Nhan
02-17-2005 06:58 PM
Steven Cheng Go to last post
2 29
Hi, I've got a simple C# app that needs to know where the Shared Docments folder is. So it dutifully calls SHGetFolderPath and retrieves it...
John Bowman
02-17-2005 05:39 PM
John Bowman Go to last post
5 24
What is the best approach to supporting multiple languages for lsit items serverd up from a database. For instance a french translation for the...
Chris Dufour
02-17-2005 02:03 AM
Heikki Korpisalo Go to last post
3 46
I have a C# application on Windows 2000. When typing in a text box using the Japanese or Chinese keyboard, the characters appear properly. However,...
Ronnie Thompson
02-17-2005 12:05 AM
Mihai N. Go to last post
6 32
Hi, I'm facing a little problem with an ASP.Net DataList Template. Inside this Template I put an asp:linkButton control and set it's text to...
VR
02-16-2005 10:36 PM
Steven Cheng Go to last post
1 32
Hi, 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...
Poonam
02-16-2005 07:18 PM
Steven Cheng Go to last post
1 35
Hi, 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...
Poonam
02-16-2005 03:15 PM
Poonam Go to last post
0 25
The System.Windows.Forms.Form.RightToLeft property doesn't respect GetProcessDefaultLayout. (I say this because calling...
Ben Foster
02-15-2005 03:02 AM
Ben Foster Go to last post
3 29
Unicode, Cultural Diversity and Multilingual Computing http://www.global-conference.com/iuc27/ Berlin, Germany April 6-8,...
Tex Texin
02-12-2005 07:08 PM
Tex Texin Go to last post
0 25
Hi, I am very new to international programming and have a basic question. I created a Japanese Hello program using VC7.1. All it does it to...
TomTom
02-10-2005 10:28 PM
TomTom Go to last post
6 35
Hello, I have a stupid qustion, but I am not able to find the correct way of specifying an format-string which contains Right-to-Left...
Jochen Kalmbach
02-10-2005 07:47 PM
AT Go to last post
2 27
Hi, I would greatly appreciate any help with the following problem. I am using Windows 2000 Pro and want to display Arabic text in an MDI window. I...
AT
02-10-2005 06:32 PM
AT Go to last post
2 26
I have successfully been able to work with the Enterprise Localization Toolkit and have multiple languages display for my application (Japanese...
Randall Forbes
02-10-2005 07:19 AM
Randall Forbes Go to last post
0 33
Hi, I have an ASP.NET 1.1 application that uses resources stored in .resx files. The default file strings.resx contains the English version,...
Petr PALAS
02-09-2005 01:37 PM
AT Go to last post
4 33
Is there a better method than HtmlTextWriter.EncodeUrl to encode urls that use non-english characters? EncodeUrl only replaces spaces with %20, but...
vsiat
02-03-2005 05:05 AM
vsiat Go to last post
0 30
(Type your message here) -------------------------------- From: Smitha Ghatke hi I am working on c# web forms which supports multi...
Smitha Ghatke via .NET 247
01-31-2005 07:13 PM
Marin Millar [Microsoft] Go to last post
1 26
Hello. I'm working on an application in VB.Net using VisualStudio .Net 2003. Since our application has to be in Engligh andin French (depending upon...
Ray Seaward via .NET 247
01-31-2005 07:11 PM
Marin Millar [Microsoft] Go to last post
1 31
Hi, We have an application that will be distributed worldwide. A lot of users hasn't an Internet access and therefore we will provide the .NET...
ORC
01-31-2005 09:50 AM
John Bowman Go to last post
2 23
Would anyone here happen to know how to encode the Subject line of an email (to correctly handle languages like Japanese, Chinese, Korean etc. as...
krammai
01-28-2005 04:23 AM
krammai Go to last post
0 37
Hi I am building a Win forms application which Serializes certain Numberic values. I am using XmlSerialization to achieve this. Currently lets say...
arvind
01-27-2005 04:08 AM
Jochen Kalmbach Go to last post
5 32
Hi, I am trying to read a resource-only DLL (Win32, Unicode) from a C# test program. I am using platform invoke to do this as shown below. The...
TomTom
01-27-2005 03:09 AM
TomTom Go to last post
4 24
I have a need to get the decimal character. This obviously depends on the regional settings of the user. I know if I have the language & the...
JohnK
01-26-2005 05:13 PM
JohnK Go to last post
4 41
Hi NG, I´ve wrote a really big application in vb6 and now, i´ve to implement a multilanguage function in it. I´ve searched with google for a tool,...
Frank Landen
01-26-2005 03:17 PM
Masayoshi [MS] Go to last post
2 35
wusoft.ahost4free.com please don't e-mail MT
Mark T..
01-25-2005 11:16 PM
Mark T.. Go to last post
0 25
I've internationalized my product. From most of the reading I've done, it seems that the satellite assemblies need to be built "by hand" and so...
AndrewEames
01-21-2005 10:39 AM
Marin Millar [Microsoft] Go to last post
4 29
Hi Marin. Thanks, I had already had a look at that sample but the problem is that it is a Windows Forms app and I need to use a web app. I can make...
AT
01-20-2005 09:27 PM
AT Go to last post
0 28
Post New Thread

Display Options
Showing threads 401 to 450 of 607
Sorted By Sort Order
From The
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
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.