Hi
Just wrote a simple "hello world" custom provider, following Rick Strahl's excellent paper.
However, as in the original post, Getobject() seems to be called twice, once with culture = invariant, and then a second time with culture= nothing, although my page culture and UiCulture are both "es-es". Why is Getobject called twice and why is the culture argument an incorrect value both times?
As in Rick Strahl's code, if culture= nothing then I just use the CurrentUiCulture in Getobject(). This solves the problem, and the final page gets the correct localized string . But the questions still remain.
Thanks a bunch.