G
Guest
I am certain that there are many long chapters on this subject, but perhaps
someone can quickly point me in the right direction:
When developing a pocket-pc app, is there a recommended (simple) approach to
localizing applications? My pocket-pc application implements many
date-related operations, and the date-format differences between US and
European countries are causing problems.
Currently, I have “hard-coded†the culture info as follows: private
CultureInfo defaultCulture = new CultureInfo("en-US");
When executing DML with SQL CE or directly w/ SQL 2002, i then convert the
date format manually to “en-USâ€. However, i am certain there is an easier
way? In ASP.NET in the WEB.CONFIG file, i can specify globalization in one
centralized attribute, and that’s it. I wonder if the same can be done when
developing apps w/ the Compact Framework?
Thanks,
someone can quickly point me in the right direction:
When developing a pocket-pc app, is there a recommended (simple) approach to
localizing applications? My pocket-pc application implements many
date-related operations, and the date-format differences between US and
European countries are causing problems.
Currently, I have “hard-coded†the culture info as follows: private
CultureInfo defaultCulture = new CultureInfo("en-US");
When executing DML with SQL CE or directly w/ SQL 2002, i then convert the
date format manually to “en-USâ€. However, i am certain there is an easier
way? In ASP.NET in the WEB.CONFIG file, i can specify globalization in one
centralized attribute, and that’s it. I wonder if the same can be done when
developing apps w/ the Compact Framework?
Thanks,