Temat: Ustawienie polskiego locale (pl_PL)
Formatowanie daty jest w pliku frameworks/projects/bundles/{locale}/src/SharedResources.properties
Mogę podzielić się swoją (częściową) lokalizacją:
SharedResources.properties:
################################################################################
##
## ADOBE SYSTEMS INCORPORATED
## Copyright 2005-2007 Adobe Systems Incorporated
## All Rights Reserved.
##
## NOTICE: Adobe permits you to use, modify, and distribute this file
## in accordance with the terms of the license agreement accompanying it.
##
################################################################################
# DayNames Long (DateBase, DateChooser, DateField, CalendarLayout)
dayNames=Niedziela,Poniedziałek,Wtorek,Środa,Czwartek,Piątek,Sobota
# MonthNames Long (DateBase, DateChooser, DateField, CalendarLayout)
# appended with monthSymbol
monthNames=Styczeń,Luty,Marzec,Kwiecień,Maj,Czerwiec,Lipiec,Sierpień,Wrzesień,Październik,Listopad,Grudzień
# Common symbols (DateFormatter, DateValidator, DateField)
dateFormat=DD.MM.YYYY
monthSymbol=
# CurrencyFormatter, NumberFormatter, Slider
decimalSeparatorFrom=.
decimalSeparatorTo=.
thousandsSeparatorFrom=,
thousandsSeparatorTo=,
# CurrencyFormatter, CurrencyValidator
alignSymbol=left
currencySymbol=$
formatters.properties:
################################################################################
##
## ADOBE SYSTEMS INCORPORATED
## Copyright 2006-2007 Adobe Systems Incorporated
## All Rights Reserved.
##
## NOTICE: Adobe permits you to use, modify, and distribute this file
## in accordance with the terms of the license agreement accompanying it.
##
################################################################################
# Symbols
# CurrencyFormatter, NumberFormatter
rounding=none
useNegativeSign=true
useThousandsSeparator=true
# CurrencyFormatter
currencyFormatterPrecision=-1
# NumberFormatter
numberFormatterPrecision=-1
# PhoneFormatter
areaCode=-1
areaCodeFormat=(###)
# formatString
phoneNumberFormat=(###) ###-####
validPatternChars=+()#- .
# ZipCodeFormatter
zipCodeFormat=#####
# DateBase
am=AM
pm=PM
dayNamesShort=Nie,Pon,Wto,Śro,Czw,Pią,Sob
# appended with monthSymbol in SharedResources
monthNamesShort=Sty,Lut,Mar,Kwi,Maj,Cze,Lip,Sie,Wrz,Paź,Lis,Gru
# Invalid Format Value Errors
defaultInvalidValueError=Invalid value
defaultInvalidFormatError=Invalid format
Pozdrawiam,
KW