我有一個模型,應該填充列表視圖。根據不同的類型,我需要顯示可能的答案列表。 {
"Question" (string): ("Please choose the one of the followings best suitable to your situation.")
Type (enum) (Type.Radio, Type.FreeText, Type.Number,
我正在研究跨所有語言(共4個)應具有相同NumberFormat和DateTimeFormat的多語言應用程序。 我覺得最好的方法是隻設置一次這些格式,而不是每次將值轉換爲字符串,因爲這可能會遺忘某些值並導致錯誤。 在Silverlight應用程序,這是可以實現的方式如下: var cultureInfo = new CultureInfo(languageCode);
cultureInfo.