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     
Hi, I am just beginning to look at the problem of localizing ASP applications, so this is a really basic question. An ASP page probably contains...
Phil Jollans
07-23-2006 05:10 AM
Phil Jollans Go to last post
0 48
Hi, I created a simple test application to try to learn various resource deployment options. I have so far been successful using...
Nico Cizik
07-20-2006 05:46 AM
vivekg Go to last post
4 104
Using RegionInfo its possible to get the 3 letter ISO currency code, however I cannot find any method to obtain the 3 digit ISO currency code. For...
Steve Wilkinson
07-19-2006 04:31 PM
Michael \(michka\) Kaplan [MS] Go to last post
1 48
Hi All, I'm having a bit of a problem: I have a form in Greek that does some field validation. When I type Latin characters, it's working fine, but...
news.microsoft.com
07-16-2006 01:41 PM
news.microsoft.com Go to last post
0 55
Hello, I have a .Net 1.1 application which processes text in unicode and needs to split it up into "words". currently I use a very simple algorithm...
AT
07-12-2006 01:40 AM
Mihai N. Go to last post
6 60
localization of lang. using resource files resides in the global resources folder (App_GlobalResources). Currently In my application, I need to have...
vivek
07-10-2006 12:36 AM
vivek Go to last post
0 56
Sometimes, before ordering something or sending a secure message, a website requires one to retype a 4 or 5 character alphanumeric code. For...
Odo
07-07-2006 02:58 PM
Odo Go to last post
0 52
I don't know if this is the proper group for this question. ¿Where is the information of the locale infos saved? I set the cultureinfo to es-Es,...
AT
06-29-2006 07:38 PM
AT Go to last post
1 62
I have an ASP.NET 2.0 app. I have the App_LocalResources folder. It has the login.ascx.resx file with the proper data. I have a folder (called...
JMelson
06-26-2006 07:40 PM
JMelson Go to last post
0 57
Hi all, I need help in displaying candidate window of Input Method Editor in IME full aware and partially aware applications.I need to know what...
karthiram
06-26-2006 02:50 PM
AT Go to last post
1 49
I'm planning to buy a new laptop with XP. Although I want the interface to be in English, I also want to be able to write in Japanese. I have read...
Nic
06-22-2006 03:58 PM
Michael \(michka\) Kaplan [MS] Go to last post
4 109
Hi I have a dll , i want to know whether it is compiled using _UNICODE and UNICODE macro. Is there any way to find the same ? Actually in my visual...
sunil
06-11-2006 02:31 AM
Mihai N. Go to last post
1 89
As you see in code below The answer of code in last line must be: Persian calendar: 5/30/1383 8:30:15 PM But It is: Persian calendar: 11/11/2625...
kourosh
06-10-2006 07:31 AM
DLasheen Go to last post
3 71
I hope this is the right newsgroup for this question: What tools do you use to translate .NET resource files? We have an in-house translator, but I...
AT
06-09-2006 05:02 AM
alexey.linkov (AT) gmail (DOT) com Go to last post
6 163
I did a test project setting the localization and language parameters and everything worked fine - using the June 2002 MSDN magazine tutorial. But in...
FMEAman
06-08-2006 07:35 AM
FMEAman Go to last post
1 59
Hi all. I am writing an application that will allow the user to change cultures at runtime. I've found info on how to do that and I think I'm good...
AT
06-07-2006 03:33 PM
AndrewEames Go to last post
5 73
Hi, Is it possible to have exe name / dll name in Japanese. Regards, Sunil Virmani
AT
06-05-2006 04:40 AM
Norman Diamond Go to last post
2 101
Hi, We have discovered an issue related to making changes to resource files on our test web site where once changed an exception was thrown every...
JulieS
05-31-2006 08:23 PM
JulieS Go to last post
0 54
Hello I'm currently working on a winform project that must be in 3 languages (French, English et Polish). I know that I have to work with *.resx...
Cedric
05-31-2006 06:40 PM
AT Go to last post
3 78
please find me a solotion to my probleme here in morocco i'm poor i suffre a lot i want to go to canada even i'm poor i dont have mony
rachid ouarab
05-31-2006 06:32 PM
AT Go to last post
1 62
Hi all; I'm still trying to write an application that will allow the user to switch between cultures at runtime. It is mostly working, but I have...
AT
05-31-2006 01:05 PM
AT Go to last post
3 55
Hello, Using english version of vs 2005 to develop, my setup dialogs are all displayed in english, is there some way to have it displayed according...
WT
05-27-2006 04:34 AM
WT Go to last post
0 69
Hi, I have a Windows C# app developed using VS2003 and I need to localize it into German and French. (I did not create the project) I have come...
Cush
05-24-2006 06:33 AM
AndrewEames Go to last post
4 60
Can anyone recommend a source for translations for the following words into Danish, German, Spanish, French, Italian, Portugeuse, ...
Anne
05-23-2006 07:27 AM
Anne Go to last post
3 57
My web multilang. application works fine, except that i can not deploy it without losing multilanguage funcionality... Please help, why app. in DEBUG...
asrdic
05-22-2006 10:01 AM
asrdic Go to last post
0 53
I am building a server control (web part) with localization support and I am trying to find out how I can use a resource string for the...
Johnny
05-16-2006 03:37 AM
Clive Dixon Go to last post
1 44
Hi all, I have one dll for which i am setting strong name in assemblyinfo file. I have generated strong name using sn.exe file and added reference...
Archana
05-16-2006 02:02 AM
Archana Go to last post
0 45
VB has had primitive support for "proper case" since the early days of VB$, possdibly earlier. It is not the same as title case, which is following...
Sharat Koya
05-13-2006 05:43 PM
Michael \(michka\) Kaplan [MS] Go to last post
4 45
I would like to change the language at runtime. I do not found any topic about that in the documentation. Although restarting the program with a...
Robinson
04-30-2006 10:26 AM
Robinson Go to last post
4 50
You need to wrap your array in a BindingSource, set the datagridview.DataSource to the binding source, and set the BindingSource.AllowNew to...
Tom Regan
04-28-2006 01:12 PM
Tom Regan Go to last post
0 78
hi, a former developper decided to give the dll resources to the translator team. The use a software that reads this dll, and is able to change it...
E.
04-28-2006 01:02 PM
E. Go to last post
4 59
Is there a .NET method to do Encoded Words (RFC-1522) to put non-English characters into the addresses of SMTP mail? Thanks
Chris Y
04-24-2006 09:31 PM
Chris Y Go to last post
0 57
I have a <INPUT NAME='name'> on a FORM and page charset is set to UTF-8. I entered and submitted these characters: ©毛泽东. (Hope you can see...
Chris Y
04-21-2006 10:59 PM
Chris Y Go to last post
2 62
Hi, Can anybody explain how I can obtain the current time for the current time zone without daylight saving adjustment (in .NET 1.1)? So I don't...
Phil Lee
04-21-2006 10:29 PM
Chris Y Go to last post
2 49
The pubDate field for an RSS feed varies for many providers, somtimes depending on timezone PerhapsExamples are: Jyllandsposten (Denmark) Thu, 20...
Morten Krogh Lorentzen
04-20-2006 05:39 AM
Morten Krogh Lorentzen Go to last post
1 49
The date field for each RSS feed varies for many providers, somtimes depending on timezone The different formats will have to be interpreted...
Morten Krogh Lorentzen
04-20-2006 05:37 AM
Morten Krogh Lorentzen Go to last post
0 47
Hi, I have an application developed on English environment and I am sure the author had never had such an anticipation using it in east Asia. But...
Zhou Peng
04-19-2006 07:40 PM
Chris Y Go to last post
1 45
Hi I'm trying to filter information in a dataset. I use a dataset to populate the dataview to be filtered. Dim culture As CultureInfo...
Adris
04-19-2006 01:12 AM
Mihai N. Go to last post
1 46
All, I am working on localizing a application for China that was a application I wrote in English not so long ago. The application is unmanaged...
Solomon_Man
04-13-2006 11:29 AM
Solomon_Man Go to last post
4 55
I would know where I can find the tools for add-in to VS2005. I see an example application, that use a project type "SatelliteAssembly", but in my...
AT
04-12-2006 03:32 AM
AT Go to last post
0 39
Subject: Unicode Consortium Announces Call for Participation for 30th Conference; November 15- 17, 2006; Washington, D.C., USA What: The 30th...
AT
04-07-2006 10:25 AM
AT Go to last post
0 46
Hello NG, If I set the Localizable property on a form to True and choose a Language property, Visual Studio 2005 (C#) automatically creates a...
Peter Gloor
04-06-2006 04:56 AM
Peter Gloor Go to last post
4 54
I have an application localized for Germany and Switzerland. International settings on my computer are set to German (Switzerland). After I start...
Peter Gloor
04-04-2006 07:25 AM
Peter Gloor Go to last post
2 59
Hi, I have 20 projects in one VS 2005 C# project solution. I will give customer the exe and other dll. If customer want to use my project in other...
Mel
04-03-2006 11:34 PM
Mel Go to last post
0 55
We have developed a VB .NET 2003 application using SQL Server 2000. We've done some basics in preparing for globalization and localization. I've...
Joe from WI
04-03-2006 06:06 AM
DaveKelly Go to last post
3 62
Hi, I'm running into issue using culture specific percentage value formatting using .Format("P). My code is: NumberFormatInfo.nfi = new...
Sean
04-03-2006 02:11 AM
Alexey Smirnov Go to last post
3 46
Hi, I have a windows 2003 server IIS6 machine in development environment. I set Session.Lcid in aspx Page1 and move to aspx Page2 and...
ubi_comp
03-30-2006 02:05 AM
Alexey Smirnov Go to last post
1 43
Hi, I have created a window form project in C# (VS 2005, .net framwork 2.0). My project is signed by strong name key. I have use winres to create...
Mel
03-29-2006 02:47 AM
Mel Go to last post
2 43
Hi, I am using VS.NET 2005 and .net framework 2.0. I have a window form which contains a menustrip and toolstrip. I have put some menuitems into...
Mel
03-28-2006 07:40 PM
Mel Go to last post
0 51
I am currently working on ASP 1.1 and using Enterprise Localization toolkit to localize all static content. For majority of the controls it works...
Arif Khan
03-27-2006 04:48 PM
Arif Khan Go to last post
0 42
Post New Thread

Display Options
Showing threads 151 to 200 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.