Releases: yasinkuyu/Localization
Releases · yasinkuyu/Localization
1.0.9: Merge pull request #12 from bdovaz/Haster
General
- Allow to use all attributes in a non web project. Use case: share data model between an ASP and WPF applications.
- Code refactoring and cleanup.
Attributes
- Regions and documentation consistency.
- Code cleanup and consistency.
- Provide a correct attribute usage.
- Everywhere a "string.Format" is used, use "CultureInfo.CurrentCulture" as Microsoft uses it (See: https://github.com/dotnet/corefx/tree/master/src/System.ComponentModel.Annotations/src/System/ComponentModel/DataAnnotations).
- Give the option of providing a custom text key so you are not being force of using the default keys.
- Add some overloads.
- Add a new "CompareLocalizeAttribute".
Inline
- Remove your interface and class.
- Create a text template that automatically creates your same class but adding all .NET existing cultures so you don't have to add them manually.