globalization
Cross platform internationalization
I\'m in the process of writing a cross platform c# application that will run on win/linux using .ne开发者_如何学运维t/mono.[详细]
2023-02-25 19:57 分类:问答Person name format globalization
I have the first, last and middle names in a database and want to display them.My first thought is to display: last, first middle but I figured that other lan开发者_开发技巧guages/cultures probably us[详细]
2023-02-23 07:14 分类:问答How do you work with "global" configuration within ZF?
I\'m not really sure what the best way to use global configuration options. For example, if when a file is uploaded I want to move it in the correct folder.[详细]
2023-02-23 02:16 分类:问答resource file naming convention for user control in .net
Please advice the naming convention for making resource file for a user contr开发者_开发问答ol.[详细]
2023-02-22 16:31 分类:问答Using Int32.ToString() without Format and IFormatProvider. Why do I get the CA1305 warning?
I have been wondering about this one for quite some time, but I cannot seem to find a definitive answer. Whenever I convert an integer to a string using the ToString() method, and I run a code analysi[详细]
2023-02-22 09:03 分类:问答Globalization of HTML controls
How can i implement globalization in html control like for ex: for asp.net control i can do <asp:Button ID=\"Button1\" runat=\"server\" onclick=\"Button1_Click\" Text=\"Button\" meta:resourcekey[详细]
2023-02-22 04:18 分类:问答globalization not working in asp.net
I am trying to implement Globalization in my application but for some reason its not working Please find the code below[详细]
2023-02-21 17:54 分类:问答Windows XP how to install complex script and right-to-left language files
In windows XP I want to install complex script and right-to-left language files. I want to do it programatically while installing my localized application. Currently I have to give instructions to use[详细]
2023-02-20 21:54 分类:问答Having trouble transforming an ar-EG currency string back to a normal number in Silverlight
using Silverlight I am having trouble with the following code: CultureInfo culture = new CultureInfo(\"ar-EG\");[详细]
2023-02-20 11:10 分类:问答DateTime to string, formatting a line break into string while preserving culture
I have a timestamp that I would like to represent as two lines. Currently, I am using \"timeStamp.ToString(\"dd/MM/yyyy \\n hh:mm:ss tt\").\"[详细]
2023-02-19 07:13 分类:问答