localization Questions
1
I am new to React Js Material Ui. I am using latest version of MUI. I already installed mui/lab. When I trying to use DatePicker component, it throws an error like this.
Here is my code.
import * a...
Operate asked 28/1, 2022 at 9:9
19
Solved
We are logging any exceptions that happen in our system by writing the Exception.Message to a file. However, they are written in the culture of the client. And Turkish errors don't mean a lot to me...
Psychodiagnostics asked 16/10, 2008 at 15:47
6
I need to set Spanish as development language for an iOS app. I'm already using Xcode 6, and I changed the Localization native development region entry in app's Info.plist (CFBundleDevelopmentRegio...
Elizabethelizabethan asked 16/9, 2014 at 14:44
6
Solved
I'm trying with:
setlocale(LC_ALL,"es_ES");
$string = "24/11/2014";
$date = DateTime::createFromFormat("d/m/Y", $string);
echo $date->format("l");
And I'm getting Monday, which is correct...
Village asked 25/3, 2014 at 12:55
2
I'm using com.google.firebase:firebase-messaging:20.0.0 on Android. When I try sending a notification like the one below it always shows the normal title and body instead of title_loc_key and body_...
Marieann asked 25/9, 2019 at 13:24
5
Solved
Is there any better way for getting only day and month from a date including location appropriate separator?
I have a solution that gets separator first:
function getDateSep() {
var temp = mo...
Propagate asked 24/2, 2017 at 11:15
2
Solved
I am comfortable with localizing strings and images within the app. But I am having a lot of difficulty trying to localize the app icon for my supported languages (english and german).
Is this eve...
Cohin asked 24/6, 2013 at 14:58
10
Solved
I have a website (Flash) localized into a dozen of languages and I want to auto-define a default value depending on the user's browser settings in order to minimize the steps to access the content....
Spay asked 23/3, 2009 at 15:43
2
Solved
I'm trying to find first and last week days based on the locale.
In U.S.A. a week normally starts on Sunday, but in other countries it could start on another day - e.g. Monday or even Saturday.
set...
Infantile asked 30/11, 2016 at 16:39
4
Solved
I won't lie to you all. I'm about at my wits end with this problem. I've killed about 4 hours of my time trying every solution in the book to fix a problem that I know has been very common for prog...
Aggressor asked 15/1, 2020 at 11:59
2
My project declares two languages: English as development and French as additional. Also it has Use Base Internationalization ticked.
When I localise a Strings file in Xcode 9, I normally move the...
Davisdavison asked 8/8, 2018 at 9:0
2
Solved
I am working on a multilingual app in Flutter.
I used flutter_localizations package for localization and intl package for internationalization.
In the normal way inside Widgets, I can use it with h...
Setaceous asked 11/4, 2022 at 5:51
4
Solved
New in iOS 15, we are invited to use this String initializer method to make localizable strings in our Swift code:
init(localized keyAndValue: String.LocalizationValue,
table: String? = nil, bund...
Foreman asked 17/9, 2021 at 17:39
2
Solved
i have date coming from server & is in the format = "2013-01-20T16:48:43" my application support Both Arabic & English Locale. But when i change the locale to Arabic the date is not parsing...
Peep asked 21/1, 2013 at 13:5
4
Solved
I have an iOS project that is localized into 16 languages. Only some words are not localized (Mainly those that go into an update and the localization office did not deliver in time).
For my keys I...
Heller asked 25/11, 2013 at 15:17
3
Solved
I am trying to run the Django language localization on a project, but makemessages always ignores the html templates in my templates folder.
I am running python manage.py makemessages -a from the p...
Hardset asked 14/8, 2011 at 0:4
3
I am working on an English / Arabic app that has localization. In one textfield I have set textAlignment property as right. But the content, numeric, displayed at right side. I double checked it by...
Imitate asked 29/12, 2017 at 13:22
5
How to use gettext in bash script?
I only found this page, but I don't understand it.
Localization
My script is written like this:
#!/bin/bash
. lang_file.sh
echo $LANG_HELLO_WORLD
And lan...
Emmyemmye asked 8/2, 2010 at 12:38
2
Solved
I am working on my SwiftUI project and added some AppIntents for the Shortcuts app. Currently I am not able to localize the title and description. The title and the description are of type Localize...
Failure asked 14/9, 2022 at 12:8
1
I often run into the mistake of using gettext in a context where the actual language is not set yet - instead of using the appropriate gettext_lazy.
Those errors can be difficult to catch - I would...
Gravelly asked 8/12, 2022 at 18:37
3
Solved
Their Russian translation is invalid and confusing. E.g. in some messages language keywords were translated. So I want to see the original versions (in #develop, LINQPad, ASP.NET errors etc).
UPDA...
Democritus asked 4/11, 2010 at 11:38
4
I have localized LaunchScreen.xib, through which the LaunchScreen is divided in two parts.
i.e. LaunchScreen.xib(English) and LaunchScreen.xib(Portugese), but when I change device language to Por...
Succentor asked 6/5, 2015 at 14:11
4
Solved
I need to use variable in WIX localization file WIXUI_en-us.wxl.
I tried use it like this:
<String Id="Message_SomeVersionAlreadyInstalled" Overridable="yes">A another version of product $(...
Kurth asked 26/7, 2011 at 9:25
3
A project I came across has localization with follow structure
Each language has a directory under which there would be one file with same name as directory + '.arb' extension.
en/en.arb
I am ...
Wainscoting asked 29/3, 2017 at 1:42
3
Solved
How can we convert u32string to int in C++11?
Additional, what method should I use to convert part of such string to int - lets say having begin and end iterator available?
I've tried:
u32string...
Kimberliekimberlin asked 16/5, 2013 at 17:27
© 2022 - 2024 — McMap. All rights reserved.