localization Questions

0

I am working on a Blazor Wasm app which has localization using resource files (.resx). When looking into the official documentation / and the sample solution from Microsoft, it seems like changing ...
Threaten asked 25/3, 2021 at 10:11

2

Solved

I use "Moment.js" and it's addition "moment-timezone" in a Web application that supports several languages (english, german, french etc.). So to improve the user experience I'd like to know if the...
Heckelphone asked 11/1, 2017 at 12:47

2

Solved

I am developing a project with 2 languages: English and French. I need to localize content for two languages. For example different content in header and footer for English and French languages. An...
Pentane asked 17/3, 2021 at 14:22

1

Solved

I'm wondering, how localization works with the swift package. I saw the WWDC20/10169 video - Swift packages: Resources and localization. I'm trying to do the same things within my own project. If I...
Outrelief asked 18/3, 2021 at 15:56

2

Solved

I understand how to use the IStringLocalizer interface in a class which derives from Controller, for example as described here or here. What would be the correct way to use IStringLocalizer in a c...
Ainslee asked 27/5, 2017 at 7:51

8

Solved

I'm designing a multilingual application using .resx files. I have a few files like GlobalStrings.resx, GlobalStrings.es.resx, GlobalStrings.en.resx, etc. When I want to use this, I just need to s...
Murrah asked 16/2, 2009 at 13:7

5

I am trying add a ResourceBundle for my language for the JavaFx controls but am failing to do so. I tried to add controls_fi_FI.properties in the classpath.. and hoped it would work, but no. So t...
Bowsprit asked 11/9, 2014 at 15:26

7

Solved

How to specify concrente Localization Culture for tests project in C# in VS2008? I'm building Asp .Net MVC app that has nonstandard culture specified in web.config but how to set the same culture f...
Threescore asked 15/2, 2011 at 8:14

4

I need to get the list of the languages defined on an Android device and would like to populate a Spinner with language code and language name. How can I do that?
Nullipore asked 13/1, 2011 at 17:4

4

Solved

I have a WinForms application with base language English. I localized a form to German. Some words in German are way longer than their English equivalents so I needed to move some controls around o...
Bareilly asked 18/1, 2013 at 9:10

13

Solved

I made Localizable.string files and compiled my project (my source code uses NSLocalizedString macro function) but my project doesn't compile because of the Localizable.string file. If I comment al...
Valenti asked 16/4, 2011 at 1:13

2

I have an app and I want to localize it to Arabic using easy_localization package. It changes the language but the direction of the widgets does not change. void main() { runApp( EasyLocalizatio...
Khaddar asked 30/4, 2020 at 23:48

4

Solved

I am trying to internationalize my website using JSTL 1.2 based on How to internationalize a Java web application?. Here is the beginning of the JSP file: <%@ page pageEncoding="UTF-8" %> &l...
Aitch asked 3/6, 2015 at 10:49

4

Solved

How can i format currency related data in a manner that is culture aware in JavaScript?
Won asked 9/9, 2008 at 10:40

6

Solved

I have this part of the function, which gives me name of the months in English. How can I translate them to my local language (Serbian)? $month_name = date('F', mktime(0, 0, 0, $i)); Where $i is...
Verbatim asked 12/12, 2012 at 17:44

2

Solved

Setup Let's say I have 2 strings files: Strings_en.properties Strings_fr.properties Let's say English is the default language, and all the strings are present, while French lags behind and some...
Citarella asked 15/3, 2016 at 12:46

2

Solved

I'm building an application for iOS that will be available in both English and French languages. I've read some tutorials around internationalization and I have an understanding of how it works and...

3

Solved

I understood that I can have localized NSLocationAlwaysUsageDescription text using standard iOS localization mechanism. Since we are using our custom dynamic localisation mechanism I wonder if ther...
Heliozoan asked 30/10, 2014 at 14:37

14

Solved

Is there a way to easily determine if the language the device is set to is right to left (RTL)?
Farrington asked 5/7, 2012 at 20:48

8

Solved

I like to format the local timeformat into a string without the year. At the moment I am able to show the local format containing the year: java.text.DateFormat df = java.text.DateFormat.getDateI...
Sibylsibylla asked 15/3, 2012 at 13:32

3

Solved

i have a string in strings.xml file. clicks on some part of this string redirect to a task. that some part where made based on the index of the string. Now i am trying to translate it to french bu...
Monster asked 4/8, 2017 at 10:19

3

Solved

I am working on Blazor project based on latest Core 3.1. The UI Culture show correctly dates and numbers as seen the in the image. But the moment I used the EditForm the number and date is not fo...
Grandniece asked 29/12, 2019 at 20:35

1

Solved

Initial context I build an Angular app in french. I use the native date pipe | date and also a datepicker component (@danielmoncada/angular-datetime-picker). I'd like to display dates in french sty...
Canal asked 9/2, 2021 at 13:58

1

when I try to run flutter projects it throw these errors and other errors as well can anyone help me out
Carmarthenshire asked 9/2, 2021 at 19:25

1

I’m trying to use the localization feature of ASP.Net Core in my Blazor app. I want to use IStringLocalizer so that I automatically detect the browser language to adapt to the user’s language. My s...

© 2022 - 2024 — McMap. All rights reserved.