L
Lonifasiko
Hi,
I've heard VS.NET 2005 comes with good optimizations related to
resource management and localization/globalization issues.Where are
they? Which is the best way to achieve a CF 2.0 globalized application?
The way I was working was include a ResourceManager object in each
class/form and retrieve strings from the .resx file attached to the
class. Should I continue doing it this way or there has been such an
improvement that I should rapidly change to a newer way?
I've seen that there is a also a .resx file in the project's
properties. Can this .resx file be used as the unique resx file for
whole the application, from which I retrieve English texts? And then
can I add another .resx file for Spanish texts here?
Thanks very much.
I've heard VS.NET 2005 comes with good optimizations related to
resource management and localization/globalization issues.Where are
they? Which is the best way to achieve a CF 2.0 globalized application?
The way I was working was include a ResourceManager object in each
class/form and retrieve strings from the .resx file attached to the
class. Should I continue doing it this way or there has been such an
improvement that I should rapidly change to a newer way?
I've seen that there is a also a .resx file in the project's
properties. Can this .resx file be used as the unique resx file for
whole the application, from which I retrieve English texts? And then
can I add another .resx file for Spanish texts here?
Thanks very much.