localization Questions
6
I'm trying to use the ResourceManager in a C# class, but don't know what to substitute for the basename when creating a new instance of the ResourceManager class.
I have a separate project that co...
Stereophotography asked 11/1, 2012 at 19:29
6
I am translating an app into Indonesian. The storyboard uses a navigation controller and push segues for all of its view. When I go to a view from the main menu the back button is translated correc...
Hoboken asked 3/12, 2013 at 21:50
11
Solved
The officially recommended method for XIB/Storyboard localization is to create .xib and .storyboard files inside xx.lproj (where xx is the two letter language ID) for each localization you want to ...
Andrel asked 13/1, 2012 at 5:35
3
Solved
I'm developing a python web application on Heroku and I'm facing a problem with the locale settings.
My aim ist to format a python datetime object as a string like this
import datetime
now = date...
Lochner asked 14/7, 2012 at 18:6
1
I am trying to use the new Localization features of .NET Core, but outside the simple sample Microsoft has provided here, https://learn.microsoft.com/en-us/aspnet/core/fundamentals/localization#res...
Quod asked 4/2, 2017 at 19:10
2
Solved
Does Android Market support localized icons for applications? I could not find it on market profile.
Pastelki asked 7/4, 2011 at 13:52
3
Solved
I am developing a Xamarin.Forms app (portable class library project) with Visual Studio 2013 CE. First I'm focusing the iOS version.
Now I'm thinking about how to make the app multilingual.
I just...
Liz asked 16/2, 2015 at 14:0
3
Solved
I have a class and using annotation to validate the class properties.
My web page (jsf2.2/primefaces/maven) is multilanguage (DE-utch, FR-rench, IT-alian).
My problem is that the hibernate-valid...
Gusella asked 5/11, 2014 at 16:7
3
Solved
I want to find the coordinate of an unknown node which lie somewhere in the space which has its reference distance away from 3 or more nodes which all of them have known coordinate.
This problem i...
Diazonium asked 23/4, 2013 at 18:32
2
Solved
Running the app with the Scheme set to another language does not affect the SKProduct received from iTunes in testing. The only way I’ve found to affect change is to create a new Sandbox Tester Use...
Tessie asked 5/6, 2016 at 3:17
2
Solved
My application is running struts 1.1 on tomcat 7.0.47. Whenever I request a jsp like this :
http://localhost:8080/myTestPage.jsp?lang=fr
The value lang=fr is automatically stored in cookies . Ev...
Weltanschauung asked 24/8, 2018 at 17:47
2
Solved
I am creating an app that depending on which country your mobile network provider is from, displays a list of all alternative mobile network providers from that same country. To achieve this, I was...
Vivl asked 17/11, 2014 at 11:34
1
Having a library contains resx files and using this document Globalization and localization in ASP.NET Core and adding following codes in Startup.cs we localized our web application:
services.AddM...
Tamper asked 19/8, 2018 at 14:32
2
Solved
Aside from running every code path that has an NSLocalizedString in it, is there a way to verify that all NSLocalizedStrings have a key that actually exists in all your Localizable.strings files of...
Declivitous asked 28/8, 2013 at 19:27
5
Solved
During the localization of my app I went through a lot of documentation, somewhere Im sure I read that there is a way to get a set of units that is linked with the locale.
I believe it said someth...
Swetlana asked 28/1, 2010 at 9:0
1
It seems that the Error type in Swift provides only one property, localizedDescription. My app will be running on machines set to other languages than English. I would like to write error reports (...
Laval asked 19/8, 2017 at 19:23
5
Solved
I'm working on a project that requires a three letter (ISO 639-2) language code to access a REST service. I was hoping to use the current language setting using [[NSLocale currentLocale] objectForK...
Slavism asked 22/6, 2011 at 22:18
3
Solved
I need thousand and decimal separator as per current culture. If we are using US culture then for decimal it should '.' and for thousand it should ','. But for German culture default decimal separa...
Scar asked 2/9, 2015 at 4:47
1
Solved
At first I implemented l10n from this tutorial to the template project file for Flutter and it was a success.
After that, I tried to move the MyHomePage classes to a new file called home.dart. And ...
Pt asked 31/8, 2018 at 14:41
6
Solved
I'm going to create a webapp with Polymer. For that webapp I need localization. Is there a Polymer way to do localization?
Has anyone ever done localization in a Polymer webapp?
Depalma asked 10/7, 2014 at 14:15
1
Solved
Here is my problem. I have to set up routing in Angular so that in URL there will be a country code and a language. for example
https://example.com/usa/en
The tricky part is that this localiz...
Wallsend asked 24/8, 2018 at 8:50
7
Solved
My code:
setlocale(LC_TIME, 'ca_ES');
echo strftime("%#d %B", strtotime($ticket->date_created));
outputs something like:
28 August
instead of my expectation:
28 Agost
I expect "Agost" b...
Westphal asked 24/9, 2012 at 13:24
7
Solved
I have been searching XCode and Google all over, but I just can't find out how to do it:
I am using Base localization and it shows 4 Files Localized for English. I have no idea why it's 4 and I wo...
Werewolf asked 27/9, 2013 at 7:35
3
Yet another MVC localization question...
I'm trying to localize an ASP.Net MVC 3 app using localized Resource files to display texts in the views, as recommended.
The problem is, as usual, when t...
Misogamy asked 25/5, 2011 at 8:35
2
Solved
I am localizing a web application using a java.util.ResourceBundle class and property files.
I have two locales, fr_FR and en_US, and I want to use en_US as the default, so I wrote the following f...
Wayside asked 17/10, 2014 at 10:9
© 2022 - 2024 — McMap. All rights reserved.