1
Vote

Designer: Pluralization checkbox is checked by default on DEU and JPN locales

description

When importing model from the database, on localized versions of VS we expect the "pluralize" checkbox to be unchecked by default (since it doesnt do anything on non-english locales) However on german and Japanese versions of WD Express the checkbox is checked by default

file attachments

comments

maumar wrote Aug 17, 2012 at 12:22 AM

Adding photo for jap locale

moozzyk wrote Aug 23, 2012 at 2:57 AM

This is how we compare what language is being used (WizardPageSelectTables.cs)

if (CultureInfo.CurrentCulture.TwoLetterISOLanguageName == "en")

jware wrote Aug 24, 2012 at 1:21 AM

This also occurs in the RUS locale.