Locale -> Translation
This commit is contained in:
@@ -455,7 +455,7 @@ namespace AyaNova.DataList
|
||||
case UiFieldDataType.InternalId:
|
||||
case UiFieldDataType.Integer: //whole numbers, not only integer
|
||||
{
|
||||
//case 1795 - it's numeric, convert to locale independant format
|
||||
//case 1795 - it's numeric, convert to translation independant format
|
||||
//RAVEN NOTE: this code looks suspect to me, but I'll leave it in for now
|
||||
NumberFormatInfo nfi = System.Globalization.CultureInfo.CurrentCulture.NumberFormat;
|
||||
switch (DataType)
|
||||
|
||||
Reference in New Issue
Block a user