localization Questions

4

Solved

I'm using laravel 5.1, I'm trying to update locale in app file like this : In Locale Middleware file : ... public function handle($request, Closure $next) { if(Session::has('locale')) { $lang...
Sordello asked 2/1, 2016 at 13:37

2

Solved

My code gets the CA1303 warning from Microsoft.Globalization, "Do not pass literals as localized parameters", but my code is not actually passing a literal: private void MyForm_Load(objec...
Redwing asked 21/3, 2012 at 12:45

2

Solved

I'm currently test driving and I have already built a localized "Hello world" following the tutorial. However, when I tried to move my widget to a different file, I got a red screen of death with t...
Stearn asked 9/3, 2018 at 13:12

8

Solved

I need a french calendar and I can't understand the problem. I guess I'm not using the regional options like it should be. But... Here is my code : $(function() { $('#Date').datepicker({ showMo...

2

I am currently using 6.0 version of hybris. Our project is entirely based on Backoffice. Earlier We configured in_ID (languageISOcode_countryISOcode) for indonesia locale and was working fine but n...
Marchese asked 2/5, 2019 at 15:23

1

I want to put a color to one word of a string placed in a Text(). This word can be placed in different position in the string depending on the localization. Examples: (MYAPP is the word I want to ...
Rohr asked 28/9, 2020 at 14:19

2

Solved

Is there a preferred way to make a Flask application multilingual? Ideally, the solution would enable to @app.route the same view to use different urls for each languages, like @app.route(en='/staf...

1

I am using Google Maps in my Android app. I have implemented language localisation throughout my app. Therefore I want that whenever the user changes the app language Google Maps language also gets...
Mcclimans asked 19/2, 2018 at 9:2

5

I have a project that uses CocoaPods. As a result, I have a workspace which contains two projects: mine and Pods. Pods contains code which I'd like to localize, and I've created .strings files in...
Gayl asked 13/10, 2012 at 15:45

2

Solved

utf16 or utf32? I'm trying to store content in a lot of languages. Some of the languages use double-wide fonts (for example, Japanese fonts are frequently twice as wide as English fonts). I'm not s...
Swarthy asked 18/7, 2012 at 2:19

2

Solved

Following works as expected: VS Studio 2019 tested with professional and community. Create new APF App (.NET Framework) Open properties Folder Change Resources.resx to public Create a new resourc...
Roping asked 9/10, 2019 at 6:40

1

Solved

I am currently facing a wall in the localization process of a website. Using i18next, all of our routes are translated and default language has the locale path removed from the URL. In other words:...

3

Solved

I have generated the default Laravel auth module. Everywhere in the blades of the module, I see Double Underscore __ function assuming that translation is almost there. for example <li> &...
Boart asked 15/8, 2018 at 1:54

4

Solved

I've been researching about xliff and po i18n files formats and it seems they are widely used and supported. There are plenty of free tools to manage the translations in xliff/po files. However, s...
Minni asked 9/12, 2011 at 19:14

2

Solved

When trying to read a CSV yesterday, I noticed that PowerShell seems to always assume US date format when using [datetime]"date". My regional settings are all correct, and [DateTime]::Parse("date"...
Disjunction asked 16/1, 2013 at 12:58

1

What’s the equivalent to String.localizedStringWithFormat(_:_:) in SwiftUI? I know LocalizedStringKey.init(:) can make use of string interpolation, but as I understand it this requires localizable...
Sorority asked 3/6, 2020 at 8:25

2

Solved

In xamarin forms I can localize the text in a label like: <Label Text="{x:Static resources:AppResources.Text}"/> With a namespace for the resources: <ContentView ... xmlns:resources="clr-...

9

Solved

My pages contain German characters and I have typed the text in between the HTML tag, but the browser views some characters differently. Do I need to include anything in HTML to properly display G...
Unworthy asked 8/1, 2009 at 9:35

0

I have a couple of questions about best practices and the workflow when working with i18n I am currently using react-i18next I am defining the keys directly with default values in the components an...

2

Solved

I want to enter greek alpha letter under Xorg. In system xcompose (/usr/share/X11/locale/en_US.UTF-8/Compose) there is line: <dead_greek> <a> : "α" U03B1 # GREEK SMALL LETTER ALPHA H...
Lugo asked 17/2, 2013 at 14:18

3

The Consent SDK allows to show a consent form which, however, it is currently in English only (version 1.0.3 of the SDK). SDK page says: To update consent text of the Google-rendered consent for...
Hircine asked 26/5, 2018 at 7:44

3

Solved

I'm working in a python library that is going to be used by Brazilians, the official speak language here is Portuguese! Basically, I want to get the Exception messages in portuguese, for example: ...
Veratrine asked 19/4, 2013 at 13:45

4

I'm working on a Qt application that used to be a KDE application. In the old days, I just had to use some syntax like: KDELANG=de ./my_app That ran my_app in German, and only my_app. It might n...
Polynesian asked 9/5, 2009 at 4:20

3

Solved

I need to test my application translation to non-English language very often, and this is very uncomfortable to change the whole operating system language just to do this simple check. How can i ch...
Snowshoe asked 28/1, 2014 at 13:50

1

I'm changing locale of my app programmatically using the following method. It works fine but when I start an already existing singleTask activity using Intent.FLAG_ACTIVITY_CLEAR_TOP flag. Then app...

© 2022 - 2024 — McMap. All rights reserved.