localization Questions
5
I'm trying to localize a UIDatePicker. Apple's docs say that it should autodetect the current locale, yet the language stays the same, no matter what language I select. What do I have to do?
Boyce asked 20/7, 2009 at 0:56
2
Solved
In one of my projects, I am using an awesome library called Humanizer. This library comes in many language variations (I counted 38).
When I build my project, I then see all these folders like "af...
Danica asked 15/5, 2015 at 14:51
3
For Analysis and collecting data I want to get The price of SKProduct in dollars.
The base code I use to show the user the price is :
_priceFormatter = [[NSNumberFormatter alloc] init];
[_price...
Plateau asked 2/6, 2014 at 8:28
6
Solved
I've setup Spring as specified in the following guide: http://www.springbyexample.org/examples/basic-webapp-internationalization-spring-config.html
If I was to append ?locale=fr, for example, to t...
Selfwinding asked 22/6, 2011 at 2:39
3
Solved
I'm writing a localized Android app; I'm confused about how to handle the differences between simplified and traditional Chinese.
Thanks to this excellent answer I know that I should put simplifie...
Rightward asked 18/9, 2011 at 3:51
7
Solved
I want to find out the currency locale on user's iphone programmatically. That means, if user is in US Store, the currency locale should be USD, for Australia, it should be AUD. My purpose of this ...
Helwig asked 18/2, 2011 at 2:10
6
Solved
I'm getting this log warning while using my app and I'm not sure how to deal with this message:
2014-10-21 12:57:54.472 App[7067:2540152] Localizable string "(A Document Being Saved By %@)" not ...
Rockefeller asked 21/10, 2014 at 12:35
6
Solved
I need to get current locale. Not user locale but my application locale.
Let's say my application has two localizations (in project settings): English (default) and French. If user sets French lan...
Latonia asked 1/5, 2015 at 12:39
4
Solved
I'm trying to migrate an existing Apache/php site to docker and have problem with site localization.
Digging into the code, the problem is that setLocale is returning false on Docker install (and t...
Monoacid asked 3/9, 2016 at 16:53
4
Solved
I am trying to change text in FBLoginView button but I have no luck so far. I've tried to read README from FacebookSDK and look at internet. I added 2 languages in project Localizations sections it...
Chassidychassin asked 18/3, 2014 at 10:38
2
Solved
I wish to change the cordova-camera-plugin language. Apparently it is dependent on a variety of things. My development environment is Tools for Cordova in Visual Studio 2015. It is unlikely that it...
El asked 15/12, 2015 at 10:18
1
In my iOS app I have localization files such as Localizable.strings.
I want to check that they have same keys and there is no missed keys in each localization.
I thought about performing this in ...
Deforest asked 27/4, 2018 at 8:19
5
Solved
The application that I'm working on supports 3 languages: English, French and German.
How I can get the current application language (NOT the device language)?
The problem is that I have to get ...
Keir asked 6/4, 2012 at 16:9
2
Solved
Having upgraded from core 2.2 to 3.1 I cannot get RouteDataRequestCultureProvider working fully.
Routing works but razor tag helpers are ignoring the culture and route attributes that use culture....
Campney asked 10/12, 2019 at 13:8
2
I am using localisation in a flutter app but also want to localise the date format using initialise date formatting. My main looks like this ...
void main() {
runApp(new MaterialApp(
supportedL...
Uncanny asked 10/9, 2018 at 1:34
4
Solved
I am using Moment.js in my project and formatting dates as follows:
var locale = window.navigator.userLanguage || window.navigator.language;
moment.locale(locale);
someDate.format("L");
It works...
Azotic asked 8/12, 2014 at 14:24
7
I've been stackling and googling for hours. And I'm kind of desperate now.
I would like to change the language of my application inside the app not only with the default language.
From what I've t...
Window asked 24/2, 2011 at 19:6
1
Solved
I am getting warnings in Android Studio about untranslated strings - it is telling me they have not been translated to English. This appears to be because I have an "en-rGB" resource folder. But I ...
Bekha asked 17/12, 2019 at 13:31
4
Solved
I'm localizing my app and one of the language/region supported is Espanol-419. Android doesn't support the naming convention values-es-r419 but it does accept values-en-rGB.
What name should I use...
Frangipane asked 20/1, 2012 at 5:52
3
Solved
i am testing pseudo-localization of a web-site.
i can configure Internet Explorer to have custom accept languages:
Click Tools, Internet Options
On the General tab click Languages
In the Languag...
Fachanan asked 14/10, 2011 at 14:23
3
Solved
In my WPF appliation, I have property defined as following
[Required(AllowEmptyStrings =false, ErrorMessageResourceName ="Msg1", ErrorMessageResourceType =typeof(*<AssemblyName>*.Resources....
Scotsman asked 7/10, 2015 at 15:11
11
Solved
I want to know what the current day of the week is (Monday, Tuesday...) in the user's local language. For example, "Lundi" "Mardi" etc... if the user is French.
I have read this...
Scratches asked 4/10, 2011 at 16:41
1
I am trying to use the RouteDataRequestCultureProvider in a new ASP.NET Core 2.2 MVC project.
I've read the Microsoft documentation on Routing in ASP.NET Core to understand the changes introduced ...
Hartzel asked 24/1, 2019 at 17:52
2
Solved
I'm trying to understand some SimpleDateFormat code. In particular I'm trying to use localized pattern strings in SimpleDateFormat. From the javadoc:
SimpleDateFormat also supports localized dat...
Exergue asked 20/6, 2016 at 11:25
9
Solved
Is there a way to set a default language to be used when the device UI language is not supported by an app?
Example:
My app is localized into English and German:
// en.lproj:
"POWER_TO_THE_PEOPLE...
Moraceous asked 16/7, 2010 at 10:22
© 2022 - 2024 — McMap. All rights reserved.