localization Questions

4

(I've added an update on the bottom of the post) I am currently working on a project that will support multiple language. I have written all strings for all languages. I use BaseActivity, Applica...
Benisch asked 3/11, 2017 at 3:10

5

Solved

I am struggling with the locilization of some of my TextFields. Usually a "normal" localization of a Text() or TextField() works without any problem in my App if the text I want to translate is har...
Alimentary asked 8/5, 2020 at 16:53

2

Solved

I am intermediate in Laravel. I have some published projects in Laravel for my clients. I started a Project with Laravel with Vue using Inertia. I used a starter kit of Laravel 10 with the breeze a...
Mortgage asked 5/3, 2023 at 10:15

4

Solved

Laravel 5 provides translations using the @lang helper <!-- file: template.blade.php --> @lang('some text') Laravel 5 also has the possibility to pluralize strings depending on a variable. /...
Riegel asked 3/9, 2018 at 10:18

8

Solved

I'm developing a website in PHP and I'd like to give the user to switch from German to English easily. So, a translation politic must be considered: Should I store the data and its translation in...
Zapata asked 26/2, 2010 at 19:51

3

Solved

Disclaimer: Feel free to close this as "too localized", if you think it is inappropriate for StackOverflow. Since there's quite a large German-speaking community here, I thought I'd give it a try. ...
Stunt asked 31/8, 2011 at 9:33

2

Solved

I have languages for french and english. Fallback and standard is french (fr). My folder structure: This is the content of the login.php (english): <?php return [ 'welcome' => 'Welcome'...
Yoho asked 20/10, 2016 at 11:45

2

Solved

I have created 3 files with translations: localizable.strings (English) localizable.strings (Swedish) localizable.strings (Finnish) And I have this method to get string by key: static func loc...
Frater asked 15/3, 2017 at 10:47

5

Kinda confused here, super simple hello-world example of localization in ASP.Net Core 2.0. My About page is set up to render two localized strings: From the view (using IViewLocalizer) From code ...

3

Solved

I'm not even sure if this is possible, so apologies if it's a stupid question. I've set up an keyup callback through jQuery to run a function when a user types in an input box. It works fine for E...
Theresatherese asked 6/9, 2011 at 8:20

4

Is it possible to use Tkinter to render user interfaces for RTL languages such as Arabic or Hebrew? I tried googling on "tkinter rtl" and the search results were disappointing. The Tk wiki indicate...
Sheronsherourd asked 10/11, 2010 at 23:18

5

How can I get a list of all long month names using the ECMAScript Internationalization API? For example, if the user's locale is en-US, I'd like to get the following: ["January", "February", "Mar...
Antlion asked 10/11, 2017 at 23:12

9

Solved

I am using Flutter to build a Web-App and I want to use the internationalization feature of flutter on my new app. I was following the Flutter-Tutorial and I try to set the app-title using the arb-...
Calmas asked 22/8, 2021 at 18:51

15

I am trying to localize my app in flutter. I created the needed string.arb files for the supported languages. Why does AppLocalizations.of(context) need a context? I simply want to access the named...
Chthonian asked 2/5, 2020 at 16:52

1

Solved

I have a bunch of strings in my several SwiftUI previews, but the problem is that they get included in Xcodes Export Localizations feature. Is there a way to automatically prevent that strings from...
Vomit asked 25/5, 2023 at 8:55

4

Solved

I would like to get quotation marks like these „...” but when I process my markdown text wih Pandoc, it gives me “...”. It probably boils down to the question how to make Pandoc use locale settings...
Resolutive asked 26/11, 2015 at 15:44

6

Is it posible to check if a string contains a substring with locale support? 'Ábc'.contains('A') should be true. Javascript now has the string.prototype.localeCompare() for string comparison with...
Quartziferous asked 17/9, 2016 at 15:4

7

I have a WinForms application which I want to translate into multiple languages. However, I do not have any experience with localizing a WinForms app, and I find very contradictory information abou...
Prophylactic asked 9/8, 2009 at 11:44

4

Solved

I have accidentally added a new language in String Catalog by pressing a + button at the bottom. However, there is no - button to remove it(like in Targets for example) and also there is nothing in...
Soonsooner asked 11/9, 2023 at 23:47

19

Solved

Here is my values\strings.xml (the default file) and everything is self explanatory: My question(s): How can it be "not found in default locale" if I am editing the default locale (values\strin...
Spurn asked 25/4, 2018 at 17:2

4

Solved

I asked a similar question earlier for Swift, and I'm now facing the same problem in Android/Java. Is there a way in Java for adding quotation marks to a String? The quotation marks should localiz...
Sewage asked 17/8, 2016 at 19:45

1

Solved

Currently trying to rework a .NET 4.8 MVC application to support globalization (needs to support both English and French). So far, everything has been working fine. The issue, however, is with deci...

7

Solved

I want to scan my Android project for all hardcoded Strings so I can localize the project, putting the Strings in strings.xml. I see an option in Eclipse to 'Externalize Strings...' but it isn't sp...
Decommission asked 6/11, 2011 at 3:15

6

I'm trying to make my project multi-language. I want to work with JSON files since my project has lots of pages,so a lot of strings to translate. In order to avoid confusion I want to use nested JS...
Lowndes asked 1/2, 2021 at 8:11

7

Solved

I am using react-datepicker NPM package, I tried to follow documentation but I was unable to import registerLocale and setDefaultLocale from react-datepicker Do you see where I make mista...
Eruptive asked 28/1, 2019 at 9:39

© 2022 - 2024 — McMap. All rights reserved.