Two character subtitle format

Any questions? Need some help?
Post Reply
User avatar
rednoah
The Source
Posts: 23957
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Two character subtitle format

Post by rednoah »

Use lang.ISO2:

Code: Select all

{'.'+lang.ISO2}
:idea: Please read the FAQ and How to Request Help.
kim
Power User
Posts: 1251
Joined: 15 May 2014, 16:17

Re: Two character subtitle format

Post by kim »

Code: Select all

{lang.properties}
result:

Code: Select all

{ISO3=eng, class=class net.filebot.Language, ISO3B=eng, locale=en_US, code=en, names=[English], tag=en-US, ISO2=en, name=English}
choose:

Code: Select all

{lang.ISO2}
Post Reply