localization Questions

4

I'd like to add multi-language support to a CocoaTouch Framework. The problem: The Localizable.strings file I created only gets used by NSLocalizedString when it's part of the main app and its ta...
Willhite asked 25/2, 2015 at 16:46

5

Solved

Is there any python library to get a list of countries for a specific language code where it is an official or commonly used language? For example, language code of "fr" is associated with 29 coun...
Courtesan asked 21/4, 2010 at 5:47

7

Solved

I have a number between 1 and 7, which I want to turn into the user's locale's equivalent of Monday to Sunday. Can I do that and if so, how?
Stace asked 7/9, 2011 at 7:42

1

Solved

Experimenting with Swift Packages, I created a new package. Source files and resources from an existing Xcode project framework target were moved over into the new structure. Attempting to build, t...

5

I work on a web application running in Chrome, where I have inputs with type number. In my locale commas are used for decimal numbers and a space is used for thousand separation (not that important...
Piracy asked 16/11, 2012 at 7:29

8

Solved

I have a .NET 4.0 WPF application where the user can change the language (culture) I simply let the user select a language, create a corresponding CultureInfo and set: Thread.CurrentThread.Curren...
Retroflex asked 28/10, 2010 at 8:48

5

Solved

How to change the name of the applications on that screen which appears on clicking Launcher Icon on Home Screen in Android according to the language selected in Settings(Settings->Language & K...
Vulgarize asked 5/4, 2011 at 12:38

3

I searched for this error online and here. Online it shows me results in a different language then english nice Google. Here it has one post and a guy that never really answered the guys question. ...
Verticillate asked 12/9, 2012 at 11:4

2

Solved

In a TextView, when a text starts with a Hebrew letter, the entire text is shown in RTL mode. The problem is that in my case only the first word is in Hebrew, while the entire sentence is in Engl...
Ethelynethene asked 12/1, 2015 at 20:44

1

Solved

I'm building an App using SwiftUI, and I'm using a pointing hand SF Symbol, the issue is that to localize the App for right-to-left languages this symbol doesn't make sense, I want to add a conditi...
Allegedly asked 10/5, 2021 at 16:24

2

When coding a website and formatting a date, I want to use the locale that the user has set in their browser. So for example, if a user has customised their chrome://settings/languages setting in ...
Episiotomy asked 26/8, 2019 at 23:44

6

Hey i'm trying to localize a plugin called Donate Plus ( which locallized technicly). the plugin came with en_CA and de_DE files, i've tried creating a he_IL file without success. So i've tried wi...
Cookgeneral asked 19/4, 2012 at 19:20

3

I have been trying to implement Latin America Spanish language support and I am not supporting the Spanish variant of Spain. How do I separate these two? I thought, es is for Spain variant and es-4...
Culp asked 8/7, 2019 at 17:48

3

Solved

I have created a page where weather data is displayed for the user as reported by the server. The time is saved as UTC, how can one show the local user's or browser's time from a Blazor Server app?...
Fanjet asked 26/8, 2020 at 14:28

1

I can get value of translations with methods like that : AppLocalizations.of(context).closed if I have "closed" as String variable like that : String c = "closed"; how can I g...
Nivernais asked 19/4, 2021 at 0:12

2

Solved

I´am trying to get the mobile countryCode and languageCode using Localizations Widget build(BuildContext context) { Locale myLocale = Localizations.localeOf(context); print(myLocale.countryCode...
Marleah asked 7/3, 2019 at 11:34

3

I have my translation strings only in templates (stored in the project_dir/Templates), I tried running the $ django-admin.py createmessages -l ru both in the project root directory and in the app d...
Hurtful asked 5/1, 2011 at 22:11

6

Solved

I'm currently using a website to get the time in Athens: $d = new DateTime("now", new DateTimeZone("Europe/Athens")); echo $d->format("l, d M Y"); But I would like the date to be displayed in...
Salic asked 14/2, 2013 at 10:14

0

I am moving some widgets of my app into a seperated Flutter package. These widgets use AppLocalization to display localized Strings. I want to define the Strings inside the package. In the package ...
Mcneely asked 21/4, 2021 at 13:18

2

Solved

I have enabled Localization and Globalization configuration and need to add RTL mode in RTL Culture. How Can i do it? Using ASP.Net Core 2.2 with razor pages and Individual account configuration ...

2

Solved

In Flutter, how do you get a properly formatted date string that matches the user's (or device's) language setting? For example: In English a date is commonly written as "Friday April 10"...
Urata asked 10/4, 2021 at 14:9

15

I localized a part of my application with creating a base.lproj storyboard and 3 string files for it. It was a month ago and after that I added new view controller to app, but this controller's but...
Conditioner asked 26/2, 2013 at 16:29

3

Solved

I have read so many tutorials and blogs on flutter localization. They use arb/json file for localization from the assets folder or l10n folder. That is the fixed language list. Means if I use Engli...
Madden asked 22/3, 2021 at 10:0

5

There is a nice feature in bash, about localization (language translation): TEXTDOMAIN=coreutils LANG=fr_CH.utf8 echo $"system boot" démarrage système (Nota: For this work, fr_CH.utf8 was alread...
Grantgranta asked 25/12, 2012 at 1:36

2

Solved

By default, Android has always displayed Serbian in Cyrillic, but since 7.0, users can choose between Cyrillic and Latin script. Apps (mostly from Google) ususally puts the Cyrillic strings in sr a...
Neotype asked 21/3, 2017 at 20:48

© 2022 - 2024 — McMap. All rights reserved.