localize
hi,
is it possible to localize all the weekday names and the month names to german?
thanks in advance
robert ebmer
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Support on 12 Apr, 2018 07:45 AM
Hi Robert,
Yes, that is possible.
Just go to the Config layout and the open the config.js field. You can copy the content to a text editor to have a better overview. And when your finished editing the config, just paste it back in FileMaker.
In the config you need to find these values and change them:
monthNames:['January','February','March','April','May','June','July','August','September','October','November','December'],
monthNamesShort: ['Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec'],
dayNames: ['Sunday','Monday','Tuesday','Wednesday','Thursday','Friday','Saturday'],
dayNamesShort: ['Sun','Mon','Tue','Wed','Thu','Fri','Sat’],
deutsche Übersetzung:
monthNames: ['Januar','Februar','März','April','Mai','Juni','Juli','August','September','Oktober','November','Dezember'],
monthNamesShort: ['Jan','Feb','Mär','Apr','Mai','Jun','Jul','Aug','Sep','Okt','Nov','Dez'],
dayNames: ['Sonntag','Montag','Dienstag','Mittwoch','Donnerstag','Freitag','Samstag'],
dayNamesShort: ['So','Mo','Di','Mi','Do','Fr','Sa'],
Ganztägig HTML:
allDayText:’all-day’,
deutsche Übersetzung:
allDayText:’Ganztägig’,
Please let me know if you have any other questions.
Kind regards,
Jasper
Support closed this discussion on 12 Apr, 2018 07:45 AM.
Robert Ebmer re-opened this discussion on 12 Apr, 2018 08:20 AM
2 Posted by Robert Ebmer on 12 Apr, 2018 08:20 AM
hi jasper,
thank you for your help!
but in the field „ctitle“ there is still the english version of the dayname and the monthname.
is it possible to change that field too?
thanks in advance
robert
------------------------------------
robert ebmer
re edv
------------------------------------
database und internet solutions
freisingergasse 23
a-3400 klosterneuburg
------------------------------------
mobil +43 664 207 51 10
tel +43 2243 21921
mail [email blocked]
web www.ebmer.com
web www.fmpro.expert
------------------------------------
3 Posted by Robert Ebmer on 13 Apr, 2018 12:58 PM
Support Staff 4 Posted by Support on 13 Apr, 2018 01:05 PM
Hi Robert,
Can you tell me where you see that field? I don't find it back in my own configuration.
You can always try to change it yourself and see what happens. Just make a backup before you start experimenting.
Kind regards,
Jasper
5 Posted by Robert Ebmer on 13 Apr, 2018 01:10 PM
hi jasper,
you see this field in the right upper corner!
6 Posted by Robert Ebmer on 16 Apr, 2018 12:06 PM
hi jasper,
you see the field in the right upper corner, named „cTitle“
how can i translate this field.
thanks in advance
robert ebmer
Support Staff 7 Posted by Support on 16 Apr, 2018 12:10 PM
Hi Robert,
That field depends on the calculation of FileMaker Pro and the file was made on a English system.
To have the field in German, you need to make a clone of the file (via the recovery tool) on a system in German and then import the data back into the clone.
After that, the calculation engine will report back in German.
Kind regards,
Jasper
8 Posted by Robert Ebmer on 16 Apr, 2018 02:42 PM
> hi jasper,
thank you very much!
that works very fine.
best regards
robert ebmer
Support Staff 9 Posted by Support on 18 Apr, 2018 03:17 PM
Hi Robert,
You're welcome!
Kind regards,
Jasper
Support closed this discussion on 18 Apr, 2018 03:17 PM.