localization Questions
6
Is there any way to have date displayed in DatePickerDialog in french
I have searched about this but found no results
Here is my code:
Calendar c = Calendar.getInstance();
picker = new DateP...
Bertold asked 21/1, 2014 at 11:36
3
I have an Android application with English strings in values/strings.xml. For each string in that file, I have an entry in values-ja/strings.xml with the Japanese translation of that string. If I s...
Glick asked 11/2, 2011 at 1:45
2
In my webapp, I use ngx-translate module for localization. It works ok for html strings which I translate using pipes. I am having problems with strings translated in my ts components. Strings get ...
Crabbed asked 3/11, 2017 at 8:40
3
Solved
I'm developing a web App and I have a unix timeStamp.
I need to convert a unix date format to Jalali/Persian/Shamsi Calendar by using jQuery selectors and then convert it by using javascript librar...
Cluj asked 8/5, 2017 at 14:36
3
I am trying to localize my program but I would like error messages that are sent to the developers to appear in English. I haven't been able to find a way to make this happen since it seems that if...
Plane asked 28/7, 2015 at 15:42
2
Solved
I'm trying to add localization support for a card built for the Laravel Nova dashboard.
I already created a folder in /resources/lang containing the JSON language files in a format like en.json. T...
Indoiranian asked 21/9, 2018 at 12:43
6
Solved
Is it possible to change the Apple Watch simulator locale? I want to test the localization of my watch app. I can change language on an iPhone simulator, but the watch simulator is always in Englis...
Uropygium asked 5/12, 2015 at 10:5
5
Solved
I want to override a string from a System.ComponentModel.DataAnnotations for an ASP.NET project. Do I need to make a satellite assembly, messing with custom build tasks, al.exe etc.? Even if yes, I...
Manx asked 29/3, 2010 at 12:52
5
Solved
I know that when developing in node, you should always try to avoid blocking (sync) functions and go with async functions, however, I did a little test to see how they compare.
I need to open a JSO...
Twombly asked 11/12, 2012 at 14:42
4
I am not sure if the same question is asked by any other. I have not seen this question in stackoverflow so far, hence posting the same.
I have a requirement where I need to format the numbers ba...
Beleaguer asked 3/5, 2017 at 6:6
2
We have an approach for lazy loading and setting the LOCALE_ID of the Angular application from the API (by loading the user profile data during on startup). This worked fine on Angular 7 but when I...
Selfdetermination asked 19/7, 2019 at 15:37
7
Solved
I want to use enumeration with localized string, so I do like this, it works, but
the problem of this solution is : I can't get easily enum value from localized string, I must have the key to do i...
Gypsum asked 29/1, 2015 at 11:32
2
Solved
With different resource files (*.resx), how can I retrieve localized values by giving explicit localization.
That is, normally I can directly reference the attribute with custom-tool-namespace.Res...
Midge asked 1/4, 2011 at 13:17
6
Solved
The new Google Chrome auto-translation feature is tripping up on one page within one of our applications. Whenever we navigate to this particular page, Chrome tells us the page is in Danish and off...
Chickpea asked 18/3, 2010 at 3:58
3
I have these lines of code:
Locale[] cosas = Locale.getAvailableLocales();
for (int i = 0; i < cosas.length; i++) {
log.info(cosas[i]);
}
I obtain this list:
ms_MY
ar_QA
is_IS
fi_FI
pl
en_...
Maintop asked 29/7, 2013 at 10:15
4
Solved
Can you explain how to implement localization in web.sitemap please?
Bio asked 5/3, 2009 at 12:1
2
Solved
What's the sanest way to handle translation and localization of dynamic lists?
Let's say I've queried the database, and got a list ["Foos", "Bars", "Bazes"]. Let's also assume the list always cont...
Drainpipe asked 21/8, 2017 at 16:51
1
Solved
I'd like to know what is the preferred language of the user (on Android that's something that the user defines in the Android's settings). I'd like to get this value. For example "fr", "en", "ja", ...
Rafa asked 11/7, 2019 at 15:6
3
Solved
I want to translate the string %@ there are up to %i sun hours with proper pluralization.
%@ contains a day, %i the sun hours.
This is my Localizable.stringsdict file:
<?xml version="1.0" enc...
Goliath asked 31/8, 2015 at 22:12
7
Solved
I want to set the default Locale for my JVM to fr_CA. What are the possible options to do this?
I know of only one option Locale.setDefault()
Jeana asked 10/1, 2012 at 19:13
1
Solved
I used to use NSLocalizedString by custom function.
For example, to access Profile.strings, I define this function:
func LocalizedProfile(key: String, comment: String?) {
NSLocalizedString(key, ...
Galle asked 27/6, 2015 at 1:28
6
Solved
We can localize an image in the File Inspector using Localize... like this:
Then we can get this:
But now, I use Images.xcassets to manage my images in my iOS project, how should I localize t...
Bioplasm asked 23/1, 2014 at 14:22
3
Solved
When I run this command:
django-admin makemessages -l ar
It gives this error:
Traceback (most recent call last):
File "c:\users\ahmed\appdata\local\programs\python\python36-32\lib\site-package...
Warmblooded asked 27/5, 2018 at 12:4
8
Solved
I’d like to change the language of git (to English) in my Linux installation without changing the language for other programs and couldn’t find the settings.
How to do it?
Ladd asked 17/5, 2012 at 10:3
6
Solved
Let's say I have a date that I can represent in a culture-invariant format (ISO 8601).
I'll pick July 6, 2009, 3:54 pm UTC time in Paris, a.k.a. 5:54 pm local time in Paris observing daylight savi...
Krutz asked 6/7, 2009 at 19:46
© 2022 - 2024 — McMap. All rights reserved.