Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GetAbbreviationsForTimeZone does not support the language code - 'nb' for nerwegian bokmal #108

Open
jverner12345 opened this issue Jul 4, 2024 · 0 comments

Comments

@jverner12345
Copy link

I am using this package in my application, however, I need to be able to support Norwegian Bokmal, I am calling the following code, using nb for language code (which is valid), however, this is not supported. Will this be resolved?

/// <summary>
/// Gets the abbreviations for a given IANA or Windows time zone identifier, localizing them when possible.
/// </summary>
/// <param name="timeZoneId">An IANA or Windows time zone identifier.</param>
/// <param name="languageCode">The IETF language tag (culture code) to use when localizing the abbreviations.</param>
/// <returns>A <see cref="TimeZoneValues"/> object containing the localized generic, standard, and daylight abbreviations.</returns>
public static TimeZoneValues GetAbbreviationsForTimeZone(string timeZoneId, string languageCode)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant