You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: