jamesmills / laravel-timezone

Enable user Timezones in your application.
MIT License
677 stars 91 forks source link

localization #26

Closed rolandverner closed 4 years ago

rolandverner commented 4 years ago

i use App::setLocale($language); Carbon::setLocale($language); but with your package it not helps

amandiobm commented 4 years ago

I quite don't understand what you meant. Can you be more specific?

jamesmills commented 4 years ago

@RolandVerner I'm not sure I am following what your issue is here? Could you provide us with a little more context into what issue you are having and what it is you are trying to achieve?

Just for the record. The Timezone package is meant to help set a timezone for the user and then show them dates/times from your application in that users timezone. It's not got any integration to deal with the "language".

thomaswardiii commented 4 years ago

I believe what they're pointing out is that when using @displayDate the format is always the same, regardless of the specified locale

poseso commented 3 years ago

is it possible to change the locale with this package ?