The list returned from calling TZNames.GetLanguageCodes() does not contain en_us, although I know for sure it works.
Is this a bug?
My goal was to create a fallback, before calling other methods to ensure the locale is available to avoid exception.
For example, qps-ploc locale is not available and leads to exception from GetAbbreviationForTimeZone
The list returned from calling
TZNames.GetLanguageCodes()does not contain en_us, although I know for sure it works.Is this a bug?
My goal was to create a fallback, before calling other methods to ensure the locale is available to avoid exception.
For example,
qps-ploclocale is not available and leads to exception fromGetAbbreviationForTimeZone