On Nov 30, 2007 10:06 AM, Mark Nicholls <[EMAIL PROTECTED]> wrote:
> My 'bodge' is to highjack another locale and use it for a specific client,
> so the config contains some specific locale string 'en-xx'...which then
> localises the app to that client.....what I don't like about it is that
> you need to know that 'en-xx' means 'ACME'

Mark - I'm working on an identical problem at the moment but in a
ASP.NET context.

I've got a custom ResourceProviderFactory which allows me to lookup a
Client specific set of resources before falling back to the defaults.
This saves me having to have a different locale for each client.

I'm not a WinForms person - so I have no idea what the equivalent
there is - but it might be worth checking out.

j.

p.s. this was helpful in my situation:
http://msdn2.microsoft.com/en-us/library/aa905797.aspx

===================================
This list is hosted by DevelopMentor®  http://www.develop.com

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to