2

Closed

Event on CultureChange

description

Notify when the Culture has changed with some details:
OldCulture, NewCulture, Timestamp
Closed Jul 12, 2012 at 9:21 PM by MrCircuit
Solved in 2.1.0

comments

MrCircuit wrote Jun 25, 2012 at 11:32 PM

Please test it in the 2.1.0-beta release (available at GitHub & NuGet)
Only the new culture is reported.

To use it, implement IDictionaryEventListener on your class and then sign with your class using LocalizeDictionary.DictionaryEvent.AddListener(this);

The event will give you additional information.