Description: Spell checker language shows up as {en} Steps to Reproduce: 1. Open attachment 166495 [details] 2. Look at the status bar -> Language shows up as {en} Actual Results: {en} Expected Results: Probably a working spell checker library; or unknown as in 3.3.0 Reproducible: Always User Profile Reset: No Additional Info: Found in 7.1 6.0 4.4.7.2 and in Versie: 4.1.0.4 Build ID: 89ea49ddacd9aa532507cbf852f2bb22b1ace28
@Eike I assume this to be a bug, but: (a) kind out of league to tell for sure (b) could even be a DOCX import issue unrelated to language codes
As far as I see the different paragraph styles in that document are all based on the Normal style, which contains this in styles.xml: <w:lang w:val="en" w:eastAsia="en-CA" w:bidi="ar-SA"/> My Word 2013 recognizes this as "English", but in the language selector dialog there are only en-variant languages, like English (american), English (british) etc. but no "English". Changing the Normal styles language setting to one of these makes the language appear properly in Writer such as "English (USA)". Maybe we should map at import time this "en" locale to en-US. Confirming the behavior in: Version: 7.2.0.0.alpha0+ (x64) Build ID: 561e5559bb68242c7f785f0ca3bee3eb12b58963 CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: default; VCL: win Locale: en-US (hu_HU); UI: en-US Calc: CL
I believe this bug has the same root cause as bug 137742, that LO doesn't convert the ambiguous "en" language tag to a specific en_XX tag with proper spellchecking support. Does attachment 166495 [details] happen to come from Google Docs as well? The consensus from the discussion in the other bug seems to be that we should just silently convert ambiguous "en" to "en_US".
*** This bug has been marked as a duplicate of bug 137742 ***