multilingual Questions
11
Solved
I installed Polylang Plugin and configed that but I have a problem when I set the default language in Persian language the site loaded in English mode and it is not deference if change default lang...
Sorel asked 18/4, 2016 at 10:41
3
Solved
Today, in my side-project, I got a problem relate to setup getStaticPaths of multi-locale dynamic pages in Next.js. I researched and find out that there are so many people stuck in this problems.
I...
Brachiopod asked 1/6, 2021 at 19:8
2
Solved
On stackoverflow there are a lot of answers about how to keep only alphabetic characters from a string, the most common accepted is the famous regex '[^a-zA-Z]'. But this answer is totally wrong be...
Claritaclarity asked 27/6, 2017 at 11:37
11
Solved
I'm developing a multilanguage software. As far as the application code goes, localizability is not an issue. We can use language specific resources and have all kinds of tools that work well with ...
Padding asked 25/11, 2008 at 9:13
2
Solved
Is it possible to add multiple README on a git repository? To write a french and a english file for example (README.fr.md, README.en.md).
(Of course, I know it's possible but it's not recognized b...
Ionization asked 23/11, 2017 at 14:30
4
Solved
I have a field in my application where users can enter a hashtag.
I want to validate their entry and make sure they enter what would be a proper HashTag.
It can be in any language and it should NOT...
Aerie asked 7/12, 2014 at 13:12
11
I'm trying to use the validation attributes in "language > {language} > validation.php", to replace the :attribute name (input name) for a proper to read name (example: first_name > First name) . I...
Tousle asked 11/6, 2013 at 14:50
2
is there any way to switch language in nextjs without passing language parameter in url like baseurl/ar or baseurl/en ? if I want to change language from dropdown, url should not change.
Saprogenic asked 29/9, 2022 at 18:4
2
Solved
I'm trying to retrieve the complete list of the user's preferred languages from a C++/Qt application, as configured in the "Region & language" page in the user's preferences:
For that, I am ...
Hardunn asked 17/10, 2018 at 7:16
15
Solved
I've been struggling with this question for quite some months now, but I haven't been in a situation that I needed to explore all possible options before. Right now, I feel like it's time to get to...
Fairspoken asked 8/10, 2013 at 13:33
4
Solved
So, phone numbers are always ltr (left to right).
Working on a multilingual website I need to insert a phone number (with a '+' prefix and numbers separated by '-') inside a text paragraph that ha...
Sapp asked 1/12, 2010 at 15:1
2
My app supports multi languages and which can change dynamically within app and that is working fine with APK previously.
But When I adapt AAB instead of APK then I am facing this issue.
Now my ap...
Adriel asked 24/4, 2020 at 9:44
8
I am building a multi-lingual website. Some languages (like Hebrew) read from right-to-left. Besides the actual text, those users are used to having navigation and other visual clues reversed.
For...
Contusion asked 7/1, 2013 at 9:47
7
Solved
To begin with I want to state that I am newbie in Web Development.
I was asked to build a static website (for a small - size hotel), and I bought this responsive html5 - CSS3 template. It consists...
Karlykarlyn asked 4/6, 2014 at 10:7
11
I'll soon be working on a large c# project and would like to build in multi-language support from the start. I've had a play around and can get it working using a separate resource file for each la...
Historiated asked 17/12, 2008 at 1:23
2
Solved
I am starting to add multi-language to a site that uses Laravel for frontend.
However, due to lack of resources at the moment, I am translating the strings as I go. It will be a while before whole...
Discharge asked 18/6, 2016 at 21:48
4
I'd like to add multi-language support to a CocoaTouch Framework.
The problem: The Localizable.strings file I created only gets used by NSLocalizedString when it's part of the main app and its ta...
Willhite asked 25/2, 2015 at 16:46
2
I have a website that has more than 1 language and I would to optimize my sitemap.xml so it will include all available languages - I found this guide on Google Webmaster Tools to use XHTML to provi...
Jayson asked 2/12, 2013 at 14:36
3
Solved
I'm going to translate my application strings.xml file. Which is default language of strings.xml file? because now i need to support italian (the language with i've write strings.xml for now) and e...
Salley asked 25/3, 2014 at 10:36
3
Solved
I have a 3rd-party MSI package with multiple language transform, the language for MSI is English, when I install this MSI package, it will automatically check setting of "Regional and Language...
Philately asked 11/10, 2011 at 9:5
5
Solved
I'm creating an app with a backend in Laravel. The backend needs to manage a collection of objects which are downloaded to the app. The objects must be localised depending on the device language.
...
Karakalpak asked 30/9, 2013 at 7:41
2
When I run the demo.py
from transformers import AutoTokenizer, AutoModel
tokenizer = AutoTokenizer.from_pretrained("distilbert-base-multilingual-cased")
model = AutoModel.from_pretraine...
Hamner asked 21/12, 2020 at 3:6
4
I have a large python (2.7) script that reads data from a database and generate pictures in pdf format. My pictures have strings for labels, etc...
Now I want to add a multi language support for ...
Platinize asked 22/1, 2014 at 0:12
8
Solved
i have a website in which i have to put some lines in Arabic.... how to do it...
where to get the Arabic text characters... how to make the page support Arabic...
i have to put a line per page an...
Ophthalmitis asked 30/8, 2010 at 15:21
1
protected void Page_Load(object sender, EventArgs e)
{
if (Session["Lang"] == null) {
Session["Lang"] = Request.UserLanguages[0];
}
if (!IsPostBack)
{
LoadString();
}
}
protected void...
Porty asked 30/4, 2015 at 2:22
1 Next >
© 2022 - 2025 — McMap. All rights reserved.