S
Sergei Shelukhin
Hi. Is there any way to prevent standard .NET localization from
"lozalizing" control locations and sizes? Or, preferrably, all the
properties that are put into "other" resource type in resources.
We have an application where the changes to control positions on the
form are done very often as new contrls are added to the forms, via
GUI editor, and having to change control position over and over in
each and every anguage file is annoying as HELL.
There's also a problem with those "other" values not being read by
ResXResourceReader, so we cannot syncronize it easily, I wonder if
there's a way that is better than writing an Xml-based sync.
"lozalizing" control locations and sizes? Or, preferrably, all the
properties that are put into "other" resource type in resources.
We have an application where the changes to control positions on the
form are done very often as new contrls are added to the forms, via
GUI editor, and having to change control position over and over in
each and every anguage file is annoying as HELL.
There's also a problem with those "other" values not being read by
ResXResourceReader, so we cannot syncronize it easily, I wonder if
there's a way that is better than writing an Xml-based sync.