localization Questions

2

Solved

We are using Angular 6 in our Application. In that application we want to give multilingual support. How can we implement localisation & Internationalization in angular 6? Its an angular 6 ver...
Middlesworth asked 30/6, 2018 at 2:53

4

Solved

I'm trying to use Arabic description and metadata for my app. In iTunes connect it states that these data must be in English, so I did put them in English. Then i found the localization feature but...
Steerage asked 17/8, 2011 at 9:29

5

Solved

I want to translate strings in my Python app on my Mac OS X 10.7. I can import the gettext module but i can't find the tools pygettext.py and msgfmt.py, which according to the Python docs should be...
Bowsprit asked 12/7, 2012 at 14:47

9

Solved

I have the localized strings file that is used in the Iphone app that I work on to port to Android. Are there any tools that go through the file taken from the xcode project and build the xml...
Bitstock asked 29/6, 2010 at 13:32

2

Solved

I have some js to get the local time displayed in uk's timezone. var d = new Date(); // local system time (whatever timezone that is) var dUK = new Date(d.toLocaleString('en-GB', { timeZone: 'Euro...

1

I develops multilingual iOS project that has translations for UI elements in %LANG%.lproj/%STORYBOARD_NAME%.strings: /* Class = "UINavigationItem"; title = "User information"; ObjectID = "yXU-vS-0...
Pratt asked 15/6, 2016 at 11:23

3

Solved

I want to localize my application; I am using Swift 2. I followed this tutorial but I experience 2 issues. 1. Localized image disappears for both languages I localized multiple images the same wa...
Zymo asked 11/6, 2015 at 8:40

2

Solved

I was trying to change locale of app at runtime. It is working fine in Andorid below API level 24. But in API level 24 or greater the layout direction is not changing according to locale. Below is ...

1

Solved

I have a number input that pops up a "numeric" text input in React Native. In many locales this brings up a numeric pad with a comma for decimal separation, instead of a dot. This results in inpu...
Cervin asked 21/5, 2019 at 17:49

5

Solved

I have a terms.en.yml file with some localization, for example: en: devise: registrations: terms: text: 'This agreement was written in English (US). To the extent any translated version of thi...
Average asked 11/6, 2012 at 15:3

1

Solved

I am facing some problem with localization in the android application. Function for changing language work properly when i test it on api level 24 and above, but when I change language on emulato...

4

Solved

I created a Notification Channel like this: NotificationChannel channel = new NotificationChannel(CHANNEL_ID_FOOBAR, getContext().getString(R.string.notification_channel_foobar), NotificationManag...

1

Solved

I have a Xamarin iOS application that supports 4 different languages ​​at the moment. However I would now like to be able to translate the contents of my info.plist file and its keys like NSCameraU...
Ricardaricardama asked 8/5, 2019 at 19:58

6

Solved

Can someone point me to how I can localize the date-related Strings which are hardcoded in the HighCharts js-file. For instance, instead of the default 'Feb' date label in the x-axis, I would want ...
Chore asked 14/9, 2011 at 15:59

3

Solved

I wanna set another language as default when the app starts for the first time. iOS doesn't not have this language as an interface language, so my only way is to set it manually. I've found dozens ...
Outwardly asked 2/12, 2017 at 6:56

4

I am developing an app for a client in Europe. I am an English-speaker in the US. Our app is going to support a number of languages, but not English. I have all the strings in our app in translated...
Charterhouse asked 1/11, 2010 at 19:24

2

I am aware of quite a few posts that say this should not be done, or is not possible. I tinkered with a few ideas and now I'm asking this question, because I want to be absolutely sure there are no...
Babiche asked 27/10, 2015 at 13:18

2

Solved

I'm setting up a static website which I want to display in two languages. I can't find a comprehensive overview of the different options (e.g. server-side loading vs front-end loading vs using di...

4

Solved

When I build my WPF Project, it creates several language folders, each containing "Microsoft.Expression.Interactions.resources.dll". The weird thing is that I never created translations of my reso...
Darrelldarrelle asked 7/12, 2011 at 5:5

4

It is easy to get the current language (e.g. en) anywhere in a django app: django.utils.translation.get_lanaguage() But how do I get the current locale (e.g. en_US or en_GB)?
Wiburg asked 20/1, 2015 at 14:11

2

Solved

I want to use German date formatting as default for my ASP.NET Core 2.2 application. On my Win10 machine with German language/layout it works, so I assumed that the timezone has to be set in my Doc...
Apophthegm asked 7/4, 2019 at 11:56

7

Solved

I am building a class that represents a US State or Canadian Province. What should the class be called? Some ideas: Region: Problem with this is that .Net has a RegionInfo class that uses ...
Rogerrogerio asked 16/2, 2009 at 15:36

2

Angular's i18n is great, and tools like ng-packagr makes component library packaging extremely easy, but can they be combined? What if i want to package and distribute a component library having t...
Worldbeater asked 15/3, 2018 at 14:41

3

Solved

I want to sort below List of strings as per user locale List<String> words = Arrays.asList( "Äbc", "äbc", "Àbc", "àbc", "Abc", "abc", "ABC" ); For different user locale sort output shoul...
Algarroba asked 15/10, 2012 at 5:28

3

Solved

I have used the latest android packing format bundle and shipped my app to beta channel,bundles reduced ~60% of app size which was really awesome , my app has support for english and arabic (can b...
Collier asked 27/6, 2018 at 3:34

© 2022 - 2024 — McMap. All rights reserved.