localization Questions

4

Solved

I created an empty project. Startup.cs public void ConfigureServices(IServiceCollection services) { services.AddLocalization(s => s.ResourcesPath = "Resources"); var supportedCultures = new ...
Gerik asked 21/3, 2018 at 18:30

8

I want to change the time and date calendar to Jalali (Shamsi calendar used in Iran) in my system. How can I do this? "language_title" => "English", "dir" => &qu...
Insnare asked 21/5, 2015 at 15:21

32

Solved

How can we get the current language selected in the Android device?
Microsporophyll asked 18/11, 2010 at 6:49

13

Solved

How do I define localised strings in Xcode 4? I assumed I could just add languages to InfoPlist.strings using the "Localization" property (File inspector, right panel). ...and then type in the "k...
Braswell asked 12/4, 2011 at 12:29

5

Solved

I want to use Intl.DateTimeFormat to format a Date, and in the examples it says // when requesting a language that may not be supported, such as // Balinese, include a fallback language, in this c...
Zicarelli asked 31/7, 2014 at 2:42

9

Solved

When we follow localization guidelines we endup with at least a couple of resource files. Resource.resx and Resource.CI.resx which is a specific CultureInfo resource. Lets say we add a hundred str...
Justinajustine asked 8/7, 2011 at 4:26

2

Solved

I'm trying to override the default translations of Django's admin site. I'm using Django 1.6. My settings.py contains: import os BASE_DIR = os.path.dirname(os.path.dirname(__file__)) # ... LAN...

3

I had some codes for change locale programmatically in Java. But when my application migrated to Kotlin, I can't change locale any more. For example this code in Java worked very good : public st...
Attraction asked 10/6, 2018 at 16:35

2

Solved

I'm working on a application which supports two different languages - English Arabic The user can switch to any language at any time & based on the selection I'm changing the app language....

8

Solved

UIBarButtonItem have identifiers like Cancel, Done and some others. They are shown as text to user. If user changes language then for example Cancel button will be translated automatically. And as ...
Barogram asked 29/8, 2012 at 15:6

3

Solved

It's possible to do this to get the localized full month name using native javascript. var objDate = new Date("10/11/2009"), locale = "en-us", month = objDate.toLocaleString(locale, { month: "lo...
Anhanhalt asked 11/10, 2016 at 8:9

5

Solved

With swift, how can I force my app to read data from a specific Localizable.strings. I put this in didFinishLaunchingWithOptions before instantiate the ViewController but it still show me the App ...
Cheyennecheyne asked 10/1, 2015 at 17:46

5

Solved

I have many .resx files used for translations in a large site. To get the translations done, I copy and paste the content of each resx file into a spreadsheet. The spreadsheet comes back from the t...
Bogeyman asked 13/4, 2012 at 10:4

3

Solved

The packages firebase_auth and flutter_localizations cause the following error. Is there a way to fix this? Because firebase_auth >=0.20.1 <0.21.0-1.0.nullsafety.0 depends on firebase_auth_we...
Provincial asked 20/2, 2021 at 12:50

3

Solved

Can anybody please help me with how to get the language(english,chinese etc) of Windows OS through win32 API(C/C++)?? Thanks, Sourabh
Mashhad asked 24/8, 2009 at 13:51

4

Solved

I localized my app in Italian and English, using the Localizable.strings file and the NSLocalizedString macro. I also enabled base localization. Everything works fine in the simulator and on device...
Bookkeeping asked 22/9, 2015 at 7:31

6

Solved

I am trying from the last 3 hours but not able to find any method to localize it. I am using iOS 10.0 means UNUserNotificationCenter. I want to localize it in Spanish-Mexico(es-MX) Language.
Hades asked 27/12, 2016 at 10:48

34

Solved

When I create a new Date object, it is initialized to the current time but in the local timezone. How can I get the current date and time in GMT?
Precious asked 21/11, 2008 at 13:2

3

Solved

My first question here and i'll try to be specific. I am quite new to Spring and i'm trying to create quite simple reservation system (but this actually doesn't matter). What matters is that I am c...

9

Is it possible to translate some strings, but not all, in a separate resource file without Lint complaining about MissingTranslation? For example: my app's strings are all in res/values/strings.xm...
Isauraisbel asked 14/8, 2013 at 16:59

2

Solved

I need a text field which changes its direction based on user input. for example, I have a text field that gets the user input but this input can be sometimes an english text with left-to-right dir...
Chiclayo asked 18/8, 2021 at 10:7

5

Solved

I need to find some strings that the current version of Windows is using. For example, when I create a new folder, it is initially named "New Folder" on English Vista. I need to programmatically fi...
Dispossess asked 23/3, 2010 at 18:0

2

Solved

Is it possible to chain locale resolvers? I'd like to take the locale value from: The session if maps with my accepted languages The cookie if maps with my accepted languages If both don't conta...
Prosciutto asked 24/8, 2012 at 10:8

15

I want to change language via ADB. I try: adb shell setprop persist.sys.language fr;setprop persist.sys.country CA;stop;sleep 5;start but I get errors: setprop: command not found stop: missing ...
Portative asked 11/2, 2014 at 20:21

4

Solved

I'm trying to implement localization in a custom validation attribute in asp.net core 1.0. This is my simplified viewmodel: public class EditPasswordViewModel { [Required(ErrorMessage = "OldPassw...
Barnard asked 14/3, 2017 at 11:6

© 2022 - 2024 — McMap. All rights reserved.