Questions tagged [language-switching]
51 questions
0
votes
0 answers
Prevent switching language on AWS client while using hotkeys that includes switching language hotkey of local system
The problem is that whenever I use Alt+Shift as part of some hotkey (for example for switching opened windows in revert order Alt+Shift+Tab) on AWS, local system switches the input language (AWS is not blocking handling key press on local system)…

Andrew Krachko
- 13
- 4
0
votes
0 answers
not able to redirect to different language based on country in wordpress using polylang
Hi I am using polylang multilingual plugin with woocommerce for my wordpress site. The plugin is working fine overall but recently client needed a new feature as 'Detect the users location based on ip and redirect them as: sweden - swedish, norway -…

samjhana joshi
- 1,995
- 4
- 35
- 69
0
votes
1 answer
How to get Rails "new" path after failed form-input
I am implementing a simple language switcher in the common HTML menu-bar on a website in Rails, where the locale is path-based with the Rails-standard I18n implementation, e.g., /en/articles for Index for the Article model in English (in the…

Masa Sakano
- 1,921
- 20
- 32
0
votes
0 answers
having multiple language switchers in a single node for Drupal 9
So I am still getting the hang of drupal and i would like to know if this is possible.
I want to have 2 language switchers in my site. One is for the whole site. the other switcher will be exactly in one of my content types and it should only…

khaled alsamman
- 83
- 9
0
votes
1 answer
How to remove language link from Polylang language switcher when a language has published content?
The problem: All languages that have published content show up in the language switcher which is situated in the main navigation bar. As I only have a few pages in Swedish and users are directed directly to them, I would like to remove the link to…

AB42
- 1
- 2
0
votes
1 answer
PHP Language Switcher needs to update in URL
I have an option to switch between languages and it works perfectly fine - the problem is, that url is staying the same and I need to make it dynamic in order if the link is shared in particular language selection. Any idea how can I implement it…
user13696121
0
votes
0 answers
Laravel language switch returns 404 on one page only
So I have implemented language switching for my application, across majority of the pages it works well, however there is one page where switching language returns 404. When I switch language, route looks like this e.g. password/lang/en followed by…

Jenga
- 3
- 5
0
votes
2 answers
TYPO3 9.5 languageNavigation doesn't take query parameters when switching language (e.g. News Detail) using route-enhancer
I have a fluid template language navigation in which i use bootstrap which looks like follows:
…

HenryAveMedi
- 131
- 1
- 5
0
votes
2 answers
Additional language in realurl fails
i would like to add an additional language to start with /pt/ in an existing project. I added the language for Portugal in the backend, it was given uid=14.
I also include this configuration in another extension, it is properly loaded, displayed in…

klawipo
- 153
- 5
0
votes
1 answer
How does Default Input Language Switcher work in Windows?
Default input languages switcher listens for key strokes and changes input language of any application. How does it happen? Does it use DLL injection as described in comments here https://stackoverflow.com/a/1261532/258483 or there are any other…

Dims
- 47,675
- 117
- 331
- 600
0
votes
1 answer
Put language switcher in the header
I am trying to change the language switching tool in my WordPress website. Currently the option to choose the language is shown in the main menu (this is the website http://www.moncheri.al/en/, the plugin used for this is qTranslate-X) but I want to…

AdaGranger
- 13
- 9
0
votes
2 answers
My language switcher does not work only from the blog page
I've written my language switcher as below.
It works from / or from /blog/ but it does not work from the /blog page even if /en/blog is available.
Japanese | English…

a2csuga
- 1
- 1
0
votes
1 answer
Language switcher with bootstrap
I am trying to build a language switcher inside the navbar.
My code is the following (in _LoginPartial.cshtml)
using ( Html.BeginForm( "SetCulture", "Home", FormMethod.Post ) ) {
@Html.AntiForgeryToken()
0
votes
1 answer
Switching languages is not working
I want to switch between languages. I wrote a function in the controller. However, only the first switch works. Then I do not want to work.
Moreover, for each click magnifies the address for a link that leads to change the…

Mark
- 1,961
- 4
- 16
- 20
0
votes
1 answer
How Can I Enable a Multi-Lingual Catalog Block on Drupal 6.32 + Ubercart 6.x-2.13
Description of Problem
No matter what I try, I cannot get my Ubercart Catalog Block to change languages when I use the Language Switcher. You can test this behaviour for yourself…

Graham Leach
- 15
- 4