.NET CultureInfo for Cuba?
Asked Answered
D

2

5

I just noticed that the .NET Framework doesn't include Cuba in the CultureInfo class (format xx-XX). What is the best practice on this case?

Dyslogia answered 14/10, 2010 at 12:18 Comment(0)
F
5

I think best practice is to create a Custom CultureInfo.

Or you could use new CultureInfo("es").

Freezer answered 14/10, 2010 at 12:23 Comment(0)
C
4

Since there isn't a specific culture for Cuba, I would stick with simply using es (since it is a Spanish speaking country).

Cryptogam answered 14/10, 2010 at 12:21 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.