All Questions
Tagged with multilanguage or multilingual
3,361 questions
Advice
0
votes
0
replies
54
views
Inferencing in GLiNER model
I evaluated multiple GLiNER v2.1 models (small, medium, and large) on CoNLL-2002 and WikiANN English test datasets using the same inference pipeline. Surprisingly, GLiNER Small v2.1 and Medium v2.1 ...
Best practices
0
votes
4
replies
84
views
How to localize core data content?
I have a core database where an entity has a String type attribute. I wonder how I can localize the content of this attribute to have it translated in the local language. I red many tutorials on ...
Best practices
0
votes
1
replies
49
views
TYPO3 How to redirect to original language if page lacks translation?
I have to languages in a project: DE and EN, DE being the original language. The wish is that pages which lack translation are presented with the link to the original language version in the menu. ...
Score of 4
1 answer
98 views
Transforming project into multilingual using .htaccess
I have a task to transform a project that currently works in a single language into a multilingual project.
The current project URL structure looks like this:
www.site.com
www.site.com/contact.php
www....
Score of 2
0 answers
173 views
What's the proper way to handle canonical URLs in Next.js for multi-region international sites?
I'm building an e-commerce site with Next.js 14 that supports multiple regions and languages, and I'm struggling with canonical URL implementation. Here's my situation:
We have URLs like /en/us/...
Score of 0
0 answers
90 views
using polylang , how to move all the translation po files directly (using a plugin) instead of migrating them manually
I am working on creating a plugin where the site is built using a child of a classic theme.
In my site I am already using Polylang (free) and now I tried to build a plugin where I need to ensure that ...
Score of 0
1 answer
133 views
Force change the language of my current input keyboard programmatically in Android
We are building a Multi-Lingual Business Application -- where the user is able to enter values and data in multiple languages.
One of our main use cases is, if a user is editing or adding to a text ...
Score of 1
1 answer
147 views
How can I train a multilingual Word2Vec model with aligned embeddings?
I'm working on a cross-lingual project involving semantic search in both Persian and English.
I want to create a single Word2Vec model where semantically equivalent words (e.g., "خانه" ↔︎ &...
Score of 0
1 answer
65 views
Alias domain gets redirected by Wordpress or ends in 404
We have a domain alias.com , which is a CNAME to domain.com .
When we navigate to it (it's a Wordpress site) we get unexpected redirects.
E.g. https://alias.com/ => redirected to https://...
Score of 0
1 answer
301 views
How to implement Flutter localization with GetX for multiple languages (English and Malayalam)?
I'm building a Flutter app and want to support multiple languages, specifically English (en) and Malayalam (ml). I am using the GetX package for state management and routing, and I want users to ...
Score of 0
0 answers
54 views
Why doesn't absolute positioning in Android respect RTL layout direction?
I'm experimenting with the multilingual support in my Android application. Specifically, I want to support both LTR and RTL layouts. I created a basic test app where UI elements are absolutely ...
Score of 0
1 answer
63 views
How to change the language from in app in android
so i have this app and i want to change the lang of the app programitically.
i have follwed the tutorials and official docs.
here is the manifest
android:localeConfig="@xml/locales_config"
...
Score of 0
0 answers
59 views
Can I apply different .textlintrc.json to different directory under the same workplace in VSCode?
I have my own tech blog made by Hugo, which supports multiple languages. And each of the directories for the posts are like:
content\ch\posts
content\ja\posts
content\en\posts
And I write the posts ...
Score of 1
1 answer
178 views
How to prioritize French OCR over Arabic when using Tesseract (fra+ara) on bilingual documents?
I'm working on scanned documents (registers) that contain both French and Arabic text.
When I run Tesseract OCR with lang='fra', all the French text is extracted perfectly.
But when I use lang='ara+...
Score of 0
1 answer
113 views
Optional {locale} in routes messes up controller arguments (Laravel 11)
I have a project in laravel 11 and there are some issues with my config.
The site should support optional locale param to differentiate between default and custom language:
DE: https://example.com/...