localization Questions

3

Solved

I'm using the Xcode's Editor > Export For Localization... to export XLIFF file for translation but the translations for the Main.storyboard includes a lot of unnecessary strings, mostly placehol...
Misstate asked 29/4, 2015 at 14:36

10

Solved

The Intl.NumberFormat (see Mozilla's doc) provides a nice way in Javascript to format numbers into a current locale`s version like this: new Intl.NumberFormat().format(3400); // returns "3.400" fo...
Stupid asked 25/3, 2015 at 12:35

1

I have trouble with setting language in which datetime axis is formatted in bokeh. According to documentation, DatetimeTickFormatter produces time ticks 'according to the current locale'. However, ...
Quarterly asked 8/10, 2018 at 9:54

1

After having our app translated in a few languages, we realized that there were a couple .strings files that had been included in the .xliff files that were not needed to be translated, so they cou...
Trelu asked 27/3, 2016 at 18:46

3

Solved

Can anyone explain this behaviour? var culture = new CultureInfo("da-DK"); Thread.CurrentThread.CurrentCulture = culture; "daab".StartsWith("da"); //false I know that it can be fixed by specifyi...
Maximo asked 30/6, 2011 at 13:57

5

Solved

I have changed the default website localization in confing/app.php to be (de) 'locale' => 'de', 'fallback_locale' => 'de', But still website is loading in 'en' localization . I tried clea...
Americana asked 13/12, 2017 at 1:38

3

I have an intent definition file for a Siri shortcut. When I click on localize Xcode does very well create a localization file, each string beeing used is present with an ID. But how do I refresh ...
Silici asked 5/10, 2018 at 5:45

2

Solved

Hello I am trying add BottomNavigationBar in flutter app but when i run project error occures : A MaterialLocalizations delegate that supports the ka_GE locale was not found This is my app deleg...
Kitchenmaid asked 6/11, 2018 at 18:29

7

Solved

Which package do you use for localization with express in node.js? Thanks!
Panatella asked 25/7, 2012 at 8:36

2

Solved

Is there a reference of Excel's localized function names? For example, the function "SUM" is "SOMME" in French and "SUMA" in Spanish. Is there an exhaustive documentation somewhere?
Melissa asked 8/4, 2011 at 16:22

2

I'am developing multi language web site with .net core mvc. I used Microsoft.AspNetCore.Mvc.Localization.IHtmlLocalizer. This code is work fine in .cshtml for me @inject Microsoft.AspNetCore.Mvc.Lo...
Demandant asked 26/1, 2021 at 9:56

2

Solved

I have found how to localize my app and how to change the name of the app for each locale the user has but could anyone tell me if i can change the name of the app in the app store? What i mean is...
Rounding asked 19/8, 2011 at 7:27

3

I am building a UWP app which supports two languages (en and de). I have created both Resource.resw files and and a testfile.xml which is basically the datasource of my application. If I run the ap...
Attalanta asked 18/2, 2016 at 20:46

2

Solved

I'd like to change the locale on the Xcode Playground to test localization. I found this solution, but it doesn't work on the Xcode 6.3.2 Playground: http://natashatherobot.com/locale-playground-s...
Maw asked 26/6, 2015 at 5:52

2

Solved

I have a language code, such as "en_US", and I'm trying to get a friendly name from it such as "English". Here's what I'm doing right now: Locale.current.localizedString(forLang...
Kauslick asked 10/6, 2021 at 19:6

1

As far as I know, the only way to validate whether a given BCP-47 language tag is valid is to use the following idiom: private static boolean isValid(String tag) { try { new Locale.Builder().set...
Hyacinthe asked 22/3, 2020 at 3:12

3

Solved

I have ASP.NET MVC 3 application having resource files in english and french. A text 'Sélectionner la pharmacie' is stored in a french resource file. When the value is read from resource files wit...
Supernatant asked 18/11, 2011 at 9:15

5

Solved

I am trying to get the default language from the browser and I use the following code to get it: var languages = HttpContext.Request.UserLanguages; Since the above is not supported with .NET Cor...
Harquebusier asked 20/3, 2018 at 10:31

5

I am trying to display ukranian character in jasper report as a pdf file. but it is not diaplaying in pdf format. when I export report to all other format like html, csv..ukranian char is displayi...
Cryogen asked 23/2, 2011 at 16:28

2

I try with ASP.Core to have a multilanguages website. So, I have in my StartUp.cs: public void ConfigureServices(IServiceCollection services) { services.AddLocalization(); services.Configure<...

2

Solved

I need to access the id of the translated node, if available for any given node. nid is the node id. It would seem tnid would be the id of the translated node. However, that seem not be the case. H...
Ri asked 9/2, 2011 at 20:28

6

Solved

Why 1753? What do they have against 1752? My great great great great great great great grandfather would be very offended.
Lapidify asked 22/7, 2010 at 15:28

2

Solved

I'm trying to use localization as follow, $types = trans('constants.type'); I have created constants.php file as follows (which is in config directory) and this are it's language files, /resour...
Sergeant asked 4/8, 2017 at 11:56

8

Solved

I've been searching on the Internet but none of the solutions I found seems to work so, my question is with Xcode 6, how we could localize a Cordova app? The image below illustrates the problem, I...
Sidestroke asked 12/10, 2014 at 11:32

2

Solved

Is there any way that allows inserting translatable value in configuration file in laravel-5.4 application? I have a custom configuration file at config/fox-reports.php and I'm trying to set a tran...
Spencer asked 31/12, 2017 at 15:10

© 2022 - 2024 — McMap. All rights reserved.