Author Topic: My text based on IPTC variables  (Read 300 times)

Offline Raphael

  • Newcomer
  • *
  • Posts: 8
    • View Profile
My text based on IPTC variables
« on: November 22, 2023, 09:49:40 AM »
I caption pictures in 2 languages (English and French). The months (when used in letters of cours, not numbers) differs depending of the language.
Is there a way to build a kind of "table" that could be used like:
01 = JANUARY = JANVIER
02 = FEBRUARY = FEVRIER
I could then use "imnn" variable for English (output is JANUARY) and then "MY_imnn" that would output "JANVIER".
Thank you

Offline Max Lemesh

  • Full Member
  • ***
  • Posts: 125
    • View Profile
Re: My text based on IPTC variables
« Reply #1 on: November 22, 2023, 10:34:13 AM »
Probably hot codes in the way for you. Something like:

Code: [Select]
//== {month0}
//## enmonth frmonth
01 JANUARY JANVIER
02 FEBRUARY FEVRIER

and then using [enmonth] or [frmonth] where you need, or choose your names for hot codes

Offline Max Lemesh

  • Full Member
  • ***
  • Posts: 125
    • View Profile
Re: My text based on IPTC variables
« Reply #2 on: November 22, 2023, 12:11:48 PM »
here is a webinar that talks about them

https://www.youtube.com/watch?v=v_y7agK6X_8

Offline Raphael

  • Newcomer
  • *
  • Posts: 8
    • View Profile
Re: My text based on IPTC variables
« Reply #3 on: November 22, 2023, 12:12:13 PM »
thank you very much