Skip to main content

Questions tagged [multilingual]

Refers to the use of more than one (natural) language. This does not refer to the use of multiple programming languages.

0 votes
2 answers
27 views

how to setup multidomain on same WP setup with only different home page?

we have a WordPress site that is running fine, now we are planning to make it multilingual, and multidomain. One domain for each language, apart from the home page rest of the pages will be in English ...
Atul's user avatar
  • 1,653
-1 votes
0 answers
26 views

Change language without having to reload the application in react native

I have created a util function that takes the key and show the value from the translation object, but it requires a refresh on language change. Since I am using typescript I had to update the i18next....
Swikriti Upadhyay's user avatar
0 votes
0 answers
53 views

Converting many words at once to another language

I'm trying to successfully convert parts of my website from one language to another with an api from aperitum.org, but the conversion is bad. I begin by having an array of variables representing ...
mike_s's user avatar
  • 9
0 votes
3 answers
43 views

How to reuse string from library with Flutter

When working with Android (Kotlin) there are many strings that are used many times, I package them in a library (carefully translated into many different languages). When I need to use it, just add ...
mdtuyen's user avatar
  • 4,508
1 vote
1 answer
33 views

i18n-js dynamic value return [object Object]

Here is my code in en.json: "profile": { "spend": "spend more than $%{amount}", } in my component MemberCard.tsx : {i18n.t('profile.spend', {amount: <Text style={{...
Hurray Chak's user avatar
0 votes
0 answers
24 views

Postgres websearch_to_tsquery and OR in query in different languages

I have a task of full-text search in fields that may contain Russian, English and mixed phrases. User input assumes that the query contains words in both languages. At the same time, I would like the ...
Alexander Fedorov's user avatar
0 votes
0 answers
45 views

Nuxt3 i18n setup diffrent domains

I want to create an app which will have internalization using Nuxt 3 and @nuxtjs/i18n. My plan is to have 2 locales for now. So we have myappidea.fr (default locale French) and another locale as ...
Jean Claude's user avatar
0 votes
1 answer
44 views

Failed to run Github action after pushing more commits into current PR

Hi I have the following github action. Its aim is to automatically create and update PRs. Let's say I have a book with multiple languages. First, I create a new branch with the name pattern like "...
Luong Nguyen Thanh's user avatar
1 vote
1 answer
168 views

NextJS multi language next-intl hydration errors (SOLVED)

I am using NextJS 14. When I installed everything for multi language from next-intl and I check from offical website but system is giving couple hydration errors! created i18n.ts updated next.config....
NikolayAndrv's user avatar
0 votes
0 answers
37 views

Add custom text for each theme in Laravel?

I have a Laravel application. Let's say we have a form with 3 input fields and 3 labels. Let's also say that we have 100 themes, and each client/theme wants custom text for the labels. So the inputs ...
Ryan Sacks's user avatar
0 votes
1 answer
30 views

DDD EventSourcing ValueObject with multiple languages support

There is an application, written on .net, written with DDD, CQRS+EventSourcing. There is a requirement - add translations to some value objects. How to implement such feature? e.g. There is Aggregate ...
Maxim Kitsenko's user avatar
0 votes
1 answer
76 views

WordPress site returns HTTP 500 because of exception in TranslatePress trp-ajax.php

I'm working on bilingual website and for one of supported languages server throws HTTP 500 with following record in Nginx log: 2024/05/03 11:55:49 [error] 3493#3493: *16346 FastCGI sent in stderr: &...
Dmitrii Vinokurov's user avatar
0 votes
1 answer
105 views

Multilingual SharePoint Framework (SPFx) - switching language

I'm adding multilingual support to an existing webpart. Easy enough with the different locale string files and testing with the --locale pararmeter on gulp serve. What I don't understand though is ...
SteveCl's user avatar
  • 4,559
0 votes
0 answers
32 views

Impact of a common product code for all MSTs in multi-language .msi?

We author a multi-language .msi using Advanced Installer, although the question is more specifically about Windows Installer. As covered in this question, deploying a multi-language .msi via GPO will ...
TheNextman's user avatar
  • 12.4k
0 votes
1 answer
57 views

Flask-Babel 4.0 Not Displaying Translations, Always Defaulting to English

I'm working on a Flask project and using Flask-Babel 4.0 for multilingual support. Although I have set up everything as per the documentation and there are no errors, the translations are not working —...
kun wang's user avatar

15 30 50 per page
1
2 3 4 5
217