我刚刚注意到.NET框架doesn't include Cuba in the CultureInfo class (format xx-XX)。这种情况下的最佳实践是什么?
发布于 2010-10-14 20:23:48
我认为最好的实践是to create a Custom CultureInfo。
或者你可以使用new CultureInfo("es")。
发布于 2010-10-14 20:21:26
由于古巴没有特定的文化,我会坚持使用es (因为它是一个讲西班牙语的国家)。
https://stackoverflow.com/questions/3932981
复制相似问题