Jumoo / uSyncMigrations

Rough and ready migration code.
Mozilla Public License 2.0
44 stars 58 forks source link

Language handler - LCID was unreliable, changed to culture code #180

Closed leekelleher closed 1 year ago

leekelleher commented 1 year ago

I'd noticed a couple of cultures having the same LCID, 4096, 19465. Which meant that when generating a Guid, there'd be a key clash. I've switched the code to use the alias (ISO culture code) to generate the Guid from.