If I make a search with indexed_search the page has contents like
Search for: xxx
Page 1
Page x
Next >
Size
Created
but the language of the page is another one. This is true for the default language (german) and another language (slovenski). The configuration of the plugin has either the Language Default
or Slovenski
.
I have set the config.language
parameter
config {
linkVars = L
sys_language_mode = content_fallback
sys_language_overlay = hideNonTranslated
sys_language_uid = 0
language = de
locale_all = de_DE
}
[globalVar = GP:L=]
config {
sys_language_uid = 0
language = de_DE
local_all = de_DE
htmlTag_langKey = de
}
[global]
[globalVar = GP:L = 1]
config {
sys_language_uid = 1
language = en
locale_all = en_EN
}
[global]
[globalVar = GP:L=2]
config {
sys_language_uid = 2
language = it
local_all = it_IT
}
[global]
[globalVar = GP:L=3]
config {
sys_language_uid = 3
language = sl
local_all = sl_SL
}
[global]
In translation handling I select my languages and click "Check status against repository". But I only get N/A
for all entries.
In typo3conf/l10n/de/indexed_search/pi I see a de.locallang.xml
. If it is the right file the file is existing, but always the infos of the search results are displayed in English. What is wrong?
On TYPO3 7.6 i have to set
plugin.tx_indexedsearch.settings.defaultOptions.languageUid =
to get results from a specific languageFor TYPO3 V9 LTS, in TYPOSCRIPT Setup :
Which type of problem do you have?:
To solve 1.:
Ctrl-select all needed languages in "Extension Manager" -> "Translation handling". Then click "Update from repository" and wait until all language files for all extensions have been downloaded.
To solve 2.:
Add a language dependent setting for plugin.tx_indexedsearch._DEFAULT_PI_VARS.lang to your TS-Setup.
Your setup has multiple flaws by the way, so I give you a complete example for TS-Setup here:
In Typo3 8.7.9 I had to use
Note the "_pi2" !!!