all groups > dotnet internationalization > august 2006
Turn on East Asian Language Support
Posted by Bill Rapoza at 8/31/2006 3:24:35 PM
Does anyone know how to turn on East Asian Language support via command
line? I have a customer with several machines that need to have this turned
on, and I need to give him a batch file, with any necessary support files,
to do this easily on each machine.
... more >>
how to localize the commondialog items
Posted by Ghanashyam at 8/29/2006 11:48:01 PM
I have resx files that contain the strings for all my localizable
items. However, I open .net dialogs, like FolderBrowserDialog. How
does the text in there become localized ?
... more >>
How to handle resource in multiple forms
Posted by Ghanashyam at 8/29/2006 4:12:02 AM
I have a windows application that consists of multiple forms.If I maintain a
resource file for each form and keep the name in resource file to resemble
the form elements as below then wizard generated code in
InitializeComponent() brings these resources correctly for each form.
label1.Text = ... more >>
Unicode CSV files
Posted by John Clennett at 8/29/2006 4:05:01 AM
I've posted this in the Excel forum but thought someone here may be able to
help.
I need to write unicode csv files from a dotnet application to be opened in
Excel.
I can write the files OK by setting
Response.ContentEncoding = System.Text.Encoding.Unicode
but when I try & open them in Exce... more >>
Issue with embeding satellite assembly
Posted by Ghanashyam at 8/28/2006 9:21:02 PM
In my windows application if I embed the resource (Using add file option)
Form1.hi-IN.Resx with build action as embeded resource then it works
correctly.I get all hi-IN related resource I have stored in resx file.
Following commands I use when I update the .RESX file and try to embed the
upda... more >>
Purchasing foreign language copies of Windows XP?
Posted by eugen_newsgroups NO[at]SPAM hotmail.com at 8/28/2006 3:51:01 PM
Hi all,
I have a brief question. Where can one go in the U.S.A. to buy copies
of Windows XP in foreign languages? The languages of immediate
interest are Chinese, Korean and Vietnamese.
Thank you, eugen
... more >>
How to show German language Dialogs in App Deployment
Posted by Georg Hickel at 8/27/2006 8:37:57 PM
Hi,
i have an english vstudio 2005 and want to publish an app with german
dialogs in the setup. I cant see a way to accomplish this.
What did i try: Set the Publish Language in the project publish options in
the project properties page. The installation just say dont have german info
and c... more >>
Displaying Korean font
Posted by Ghanashyam at 8/24/2006 10:47:01 PM
I am trying to get the korean text from my resource file and print in my
console.
Console.WriteLine(resources.GetString("HelloWorld"));
Instead of printing the korean text it prints ??????? and in debugger watch
window I could able to see the korean text.Does anybody know what extra
translat... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
C++ locale and .NET -> conversion error running in .NET-environmen
Posted by RainerK at 8/24/2006 4:43:02 AM
Hi,
running the following code as an console application:
#include <locale>
#include <iostream>
#include <sstream>
#include <tchar.h>
using namespace std;
int _tmain(int argc, _TCHAR* argv[])
{
// ----------------------------------------
const... more >>
ascii value ?
Posted by cpsabari NO[at]SPAM gmail.com at 8/18/2006 10:39:03 AM
hello all,
we are trying to do a japanese website which is integrated an US
english e-commerce website. the japanese folks whom we work with
currently have a translation program (in VB) which supposedly
translates the japanese (postal) address into a corresponding english
one. they make use of ... more >>
Winform Right to Left layout mirroring issue
Posted by Paras at 8/11/2006 1:48:31 AM
Hi,
I have noticed something strange in Right to Left mirroring in Visual
Studio 2005.
I have noticed that if rightToLeftLayOut propery and RightToLeft
property in a form containing a TabControl is setTo true, the controls
contained inside the tabpages are not mirrored at all. The
rightToLef... more >>
Auto Generation of Resource Files for Satellite Assemblies
Posted by Brent Stevenson at 8/7/2006 5:34:35 PM
Is there an automatic method for loading resource files for a ASP.Net v1.1
application, or does one have to do it manually?
Thanks
... more >>
|