python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
I can't get java to recognize my resource bundle?
I'm new to Java (and coding in general) and I am trying to understand how to work with localization, but I am running into a problem when just following along with tutorials.... My bundles aren't bein...
Mike Witten
Votes: 0
Answers: 0
Django uses untranslated strings instead of translations
I have a small Django application, which I tried to localize.
In the urls.py I have
urlpatterns += i18n_patterns(
path('add_request/',AddRequest.as_view(),name='add_request'),
path('add_offer/', AddOf...
loreson
Votes: 0
Answers: 1
SwiftUI Localization of Strings inside an Array
I'm trying to localize my App in English and German and everything worked for now, expect the strings inside an array apparently get not localized.
I have this array, which holds the options for my Pi...
bennyyy999
Votes: 0
Answers: 3
python3 datetime.timestamp() not giving correct POSIX time
I'm debugging some datetime functionality, specifically converting between local time and UTC. The program I'm working on will only be running on Linux and Mac but I would like to see a cross-platform...
PyJerd
Votes: 0
Answers: 1