Skip to content
This repository has been archived by the owner on Nov 29, 2018. It is now read-only.

Releases: aspnet/Localization

1.0.0-beta6

28 Jul 19:57
Compare
Choose a tag to compare
1.0.0-beta6 Pre-release
Pre-release
Tag for new release 1.0.0-beta6

1.0.0-beta5

30 Jun 21:09
Compare
Choose a tag to compare
1.0.0-beta5 Pre-release
Pre-release

Features

  • IStringLocalizer.GetAllStrings should support an arg to specify culture walk behavior (#23)
  • Rename IRequestCultureStrategy to IRequestCultureProvider (#19)
  • IStringLocalizer should have a method to get string list rather than implement IEnumerable itself (#18)
  • ResourceManagerStringLocalizer should cache GetEnumerator result (#15)
  • Add support for setting culture based on a cookie (#2)

Bugs Fixed

  • appEnvironment is null in the Program ctor. (#26)
  • Need to rethink CultureInfo caching (#6)