localization Questions
3
Solved
I want to append two static strings for a single content or header of a WPF object. Something like this:
<MenuItem
Header="{x:Static properties:Resources.SEARCH_FOR_DAYS} +
{x:Static proper...
Auraaural asked 16/5, 2012 at 17:22
3
Solved
After reading react-datepicker doc's I have tried changing my date picker language as the doc's instructions:
Globally by calling moment.locale(lang) Picker-specific by providing
the locale pr...
Quinnquinol asked 9/8, 2018 at 14:0
14
Solved
I want to convert every number in the html content to Persian numerals without other effects on page elements.
For example:
<div style='color: #c2c2c2'>
text number 1
<span>text numbe...
Augusto asked 6/3, 2013 at 12:29
2
Solved
I have a multi-lingual site that uses Zend_Translate PHP arrays to handle the translations. It works fine, but I'm trying to convert to using gettext since that offers extra features.
However, I h...
Withers asked 20/12, 2012 at 20:27
2
Solved
I have to format the date string (UTC format) as per device locale settings. For example in India it should display as 08/09/2017 12.23 and in US it should display as 09/08/2017 12.23, Based on dif...
Tantara asked 8/9, 2017 at 19:26
1
Solved
Android just introduced Per-app language preferences in Android API level 33 which let you change the app language regardless of the system language.
To support devices that running API <= 32, A...
Midshipmite asked 23/8, 2022 at 18:11
1
How can we use nested objects in arb files? Flutter gen doesn't work if there's a nested object.
l10n.yaml
arb-dir: lib/l10n
template-arb-file: app_en.arb
output-localization-file: app_localization...
Nijinsky asked 13/3, 2022 at 12:1
2
Solved
CA1305 is raised when there exists an overload that requires an IFormatProvider but this overload isn't used in the code.
For example, the following code raises this warning:
string.Format("{0} -...
Fourway asked 22/10, 2012 at 11:31
3
Solved
I'm trying to localize my .Net Core 2.2 MVC Website and I created a test project and copy and pasted these instructions: https://learn.microsoft.com/en-us/aspnet/core/fundamentals/localization?view...
Johann asked 15/2, 2019 at 7:30
1
I am starting a new application in WPF and I am curious how to handle Localization? In WinForms you can use resx strings for the UI text, how is this done in WPF? Is there a special binding syntax ...
Strapless asked 27/4, 2009 at 19:52
7
Solved
I have installed PostgreSQL, wanting to set up a new database, everything is going fine, until I am trying to use the € sign. And then I knew, that warning I get in the beginning is for a reason.
...
Cypro asked 3/10, 2013 at 14:36
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
6
Solved
I'm interested in setting some text into a UILabel, and depending on the directionality of the language (e.g., Hebrew - right-to-left [RTL], English - left-to-right [LTR]) set the alignment of the ...
Hectometer asked 15/11, 2012 at 12:0
2
Solved
is there a way to change the directory that contains all the generated files about localization?
When I run the app they are automatically generated in .dart_tool/flutter_gen/gen_l10n and I want to...
Domenicadomenico asked 8/3, 2022 at 19:28
10
Solved
I have some strings representing numbers with specific currency format, for example:
money="$6,150,593.22"
I want to convert this string into the number
6150593.22
What is the best way to ach...
Campeche asked 7/12, 2011 at 20:16
4
Solved
I have noticed that with the Stripe checkout form, the language seems to be fixed in English.
Is there a way for me to change this language to, for example, Spanish, Japanese or Chinese?
I'm curren...
Yemen asked 16/3, 2015 at 23:13
3
Solved
My project includes several targets, each target is used for a different customer. Some customers need specific localization, and I don't want all the customers to get this specific localization. S...
Stepdame asked 7/12, 2017 at 9:59
4
Solved
I have a question to ask regarding jQuery validation plugin.
I have used localisation to change the default language of error messages to be displayed in Spanish, but I cannot find anything regard...
Huberty asked 22/9, 2016 at 4:39
5
Dateutil is a great tool for parsing dates in string format. for example
from dateutil.parser import parse
parse("Tue, 01 Oct 2013 14:26:00 -0300")
returns
datetime.datetime(2013, 10, 1, 14, 2...
Eliciaelicit asked 12/11, 2013 at 11:14
2
I want to remove "day" from the pattern to display the correct INTL date in format "F, Y".
How to correctly do it without str_replace-ing "d" character with dots (and ...
Glyph asked 30/5, 2022 at 13:52
9
I'm on a Japanese system and when I run MsBuild.exe to build a Visual Studio project, I get a mix of Japanese and English in the output:
C:\path\to\solution>C:\WINDOWS\Microsoft.NET\Framework\v...
Glasgo asked 18/2, 2010 at 4:7
3
Solved
I have Chinese users of my PHP web application who enter products into our system. The information the’re entering is for example a product title and price.
We would like to use the product title ...
Excaudate asked 27/5, 2011 at 13:0
7
Solved
I'm trying to include the internationalization of my application, and only for testing purposes I added a simple line in the file Localizable.string.
This is my whole file:
"Test locale"...
Fulfil asked 16/4, 2012 at 20:34
3
Solved
Is there a way to format a day and month (in compact form), but not year, in the locale-correct order in Java/Kotlin? So for English it should be "Sep 20" but for Swedish "20 sep.".
For compariso...
Plication asked 28/6, 2019 at 6:49
6
Solved
Our website is localized using a bunch of JSON files with translations (one file per language). The content of the files looks like this:
{
"Password": "Passwort",
"Tables": "Tische"
}
Many te...
Table asked 14/10, 2015 at 9:47
© 2022 - 2024 — McMap. All rights reserved.