all groups > dotnet internationalization > september 2006
Inherited controls are broken after turning on localizable
Posted by Mali Findik at 9/27/2006 5:33:23 PM
Hello everbody,
many of the properties from a control are set to another value, if I
turn the localizable flag on (to true).
The similarities of the broken controlls are that they are inherited
from an other control which have a properties different the standards
(e.g. font size).
It's ... more >>
RESX files and VS.NET
Posted by martingagne NO[at]SPAM gmail.com at 9/23/2006 8:08:00 PM
Hi all!
In a project I have one form (MyForm) with three resource files:
MyForm.resx, MyForm.fr.resx and MyForm.en.resx. The resource file
MyForm.resx contains a lot of stuff including all labels and messages
in English because I started my project in English.
So when I go to the MyForm.en.... more >>
My.Resources DescriptionAttribute Error
Posted by Giovanni at 9/19/2006 7:49:02 AM
Hi,
I am having a problem with the following: When attempting to apply the
DescriptionAttribute (or any attribute) to a class property (which is later
bound to a PropertyGrid) using the following syntax, everything works
properly:
DescriptionAttribute("Specifies the server man... more >>
Display iso-8859-1 characters using codepage 28591
Posted by tobi at 9/19/2006 6:00:02 AM
hello all,
Using framework 2.0 I have to display a text, given as a xml data file.
The given text contains extended unicode data (see below '↑' represents
arrow up 8593 )
<?xml version="1.0" encoding="iso-8859-1" ?>
<help>
<display>↑</display>
</help>
According to the Encoding c... more >>
Deploy satellite assemblies into the GAC
Posted by Nico Cizik at 9/15/2006 9:50:49 AM
Hello,
Is there a way to deploy strong named satellite assemblies into the GAC of a
user's machine without the use of gacutil.exe or the windows installer? I
have tried using the GacInstall() routine of the Publish class in the
EnterpriseServices.Internal namespace, but this seems to only ... more >>
Access culture satellite assemblies
Posted by niyatigujar at 9/15/2006 2:44:45 AM
I've got issues wid the accessing assemblies specific to culture.
In my case I've created a class library, which contains four culture
specific resource and one default resource to fall back .
Next step i did is taken the reference of the class library in one of
my multiligual application.
fo... more >>
Satellite fallback for strings, main assembly fallback for binary
Posted by mbhansen NO[at]SPAM gmail.com at 9/12/2006 6:23:49 AM
Greetings,
To assist the the translation portion of internationalization I have
created a utility application that creates a resources.dll from an
Excel spreadsheet. This utility is used by our end users. So that
users can take full responsibility of the translation I would like to
use Ulti... more >>
Satellites not found for manually loaded assemblies
Posted by Jan at 9/6/2006 9:28:01 PM
Hi,
my application loads assemblies with sub features by Assembly.LoadFrom,
depending on what features user chooses to run.
Each assembly needs to be localized. I'm using satellite resource assemblies
in subfolders. But the satellites are not found by program and defaults are
used. FUSLOGV... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|