Hi David,
The following localized Polish string don't work:
minut or minuty (for minutes)
godzin (for hours)
The following work:
godzina (for hour or hours)
Bez ograniczeń (for Indefinitely)
dzień (for day)
No Polish translation for minutes seem to work. Call to:
internal bool TryParse(string s, IFormatProvider provider, out TimeSpan result)
in TimeSpanFormatInfo class returns false for minut or minuty.
Thanks,
Audi
Comments: ** Comment from web user: dahall **
The following localized Polish string don't work:
minut or minuty (for minutes)
godzin (for hours)
The following work:
godzina (for hour or hours)
Bez ograniczeń (for Indefinitely)
dzień (for day)
No Polish translation for minutes seem to work. Call to:
internal bool TryParse(string s, IFormatProvider provider, out TimeSpan result)
in TimeSpanFormatInfo class returns false for minut or minuty.
Thanks,
Audi
Comments: ** Comment from web user: dahall **
Polish is not a supported language but is not that difficult to add if you can provide someone that can translate English to Polish. I have posted a file with all the project resources that, when translated, can easily be added to the project. Let me know if this is something you can do.