all groups > dotnet internationalization > september 2005
Command "Resgen" is not valid.?
Posted by Bob at 9/28/2005 11:50:58 AM
I was following steps to create a sattelite ressource assembly that said.
Run resource generator utility on this resource file by using the Visual
Studio .NET command prompt. The command for generating a .resources file is:
Resgen MyResource.en-GB.resxThis will create a binary version of the a... more >>
fonts
Posted by AndrewEames at 9/23/2005 8:54:51 AM
I'm writing an app that will be localized into various cultures and I'm a
little confused as to the best way to specify what fonts I should use.
The application is trying to follow the XP look and feel style guidelines
which specify some particular fonts - Tahoma / Franklin Gothic etc. but th... more >>
DateTime.ToShortDateString() doesn't format the date in my local (danish) format.
Posted by Joakim Olesen at 9/22/2005 10:42:21 AM
Hi
When using the DateTime.ToShortDateString() method, I want the resulting
string to be in the local format, which in this case is danish format. This
works on most of our servers, but on one of the servers, my web service
formats the string in the american (or english?) format, even thoug... more >>
.NET with Excel / Regional settings do not match language of Excel
Posted by Martina Rain at 9/20/2005 8:11:01 AM
Thanks to the person who told me to change the current thread's locale to
US-English when trying to communicate with Excel when the regional settings
(such as French-Canada) do not match the language version of Excel.
Our Excel utility which finds the differences between Excel workbooks now
... more >>
Find out what symbol is used for decimal separator and list separa
Posted by Martin at 9/20/2005 8:07:04 AM
I'm currently writing C# .NET code that uses Interop to communicate with
Microsoft Excel.
How do I find out what the Control Panel ---> Regional and language options
have set for the
decimal separator
and
list separator
Thanks
Martin... more >>
Help with Dotfuscator and localizable app
Posted by Daniel Junges at 9/20/2005 12:00:00 AM
Dear users and developers,
I have an problem using Dotfuscator Community Edition, i have developed an
multilanguage application
and want to use Dotfuscator on it, but when i try to launch my application
it runs only with a
default culture. I already have lost many days on searching for a ... more >>
Satellite Assemblies and Win Forms
Posted by Jakub G at 9/16/2005 6:40:01 AM
Hi,
I’m creating a project which uses Satellite Assemblies (SA) to isolate
localized resources. The solution contains eight library projects, one GUI
control project and one Windows Form project.
I know how to approach SA for library projects, but I do not have any idea
how to do it fo... more >>
Need Help to create multilanguage Web Site
Posted by Shahid at 9/11/2005 11:41:02 PM
Hi All,
i am new in asp.net. i have to develop multi language Website (Eng & Arbic).
i want to use .Net Localization feature. but i don't know where to start. can
any body guide me or any sample project would be greatly appricated :)
Thanks in Advance.
Shahid
Kuwait City, Kuwait... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Adding resource files to a form or user controle
Posted by Gabriel Lozano-Morán at 9/9/2005 11:31:05 AM
First of all sorry for the cross-posting but I am not sure wether this
belongs under internationalization or just general.
Environment:
Visual Studio .NET 2003
Problem:
Newly added and renamed resource files are not automatically linked to the
object they belong by the IDE
Steps to re... more >>
CodePage Web And EBCDIC
Posted by Robert Rolls at 9/9/2005 12:00:00 AM
Is there a particular code page I should be using to handle my web forms
data eventaully bing converted to EBCDIC?
... more >>
Handling formatting in localized strings
Posted by lbolognini NO[at]SPAM gmail.com at 9/7/2005 3:01:12 PM
Hi all,
I've been thinking about this problem lately and can't figure out a
clean way to solve it.
The problem is: I'm storing localized strings in a db (planning to keep
the most requested languages on cache). I figured out a way to keep
links out of the database and rendering them calling... more >>
Which .net framework settings are being saved from one launch to another ? When is csc.exe being run without my command ?
Posted by Lady_A at 9/6/2005 11:31:56 PM
I got an application with an html,css and js UI.
The UI basically creates an ActiveX object, which is an unmanaged C++ COM
dll which in his turn creates other COM C++ dlls and C# assemblies.
At some point there is the reading of some XML files and the loading of
localized resources.
The resul... more >>
ASP.NET Application Regional Settings
Posted by singwei at 9/6/2005 7:22:03 PM
Hi,
I just deployed my application to customer site and i facing an issue which
the decimal point in application always show as ","(comma). I found that
their server regional settings is set as "Malay(malaysia)" which the decimal
point should be shown as ",".
However, after i change back ... more >>
Localiszation & codepage
Posted by Robert Rolls at 9/4/2005 12:00:00 AM
How do the two (if at all) interact - is a localization a particular
codepage? Take en-us and en-uk pound symbol for instance. (excuse my
ignorance if en-uk doesn't exist)
Regards
Robert.
... more >>
CodePages & ASCII
Posted by Robert Rolls at 9/4/2005 12:00:00 AM
Do all codes pages have the standard ASCII character set i.e. 0-127 chars
then extended ascii would depend on my loaded code page?
Robert.
... more >>
|