Pre-define current culture for texts #52
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The C# I18N classes will be used e.g. inside a server with many concurrent requests. Each request might use another culture, though. We could add two methods to I18N:
CurrentCulture()
UseCulture(CultureInfo culture)
Usage:
I18N.UseCulture(requestedCulture).A.ButtonText
etc.mentioned in merge request !27
mentioned in commit
b940811232