Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!

All Questions

Tagged with or
Advice
0 votes
0 replies
54 views

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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/...

15 30 50 per page
1
2 3 4 5
225