Jump to content


Removing Language Files?


3 replies to this topic

#1 OFFLINE   Tom AZ

    Power Member

  • Members
  • PipPipPipPip
  • 941 posts
  • Location:Scottsdale, AZ USA

Posted 22 August 2009 - 04:05 PM

Just read Dennis' post about stripping language files out of iTunes. In general, how do you identify language files/folders in applications? Also, if the files are contained in a folder, is it safe to delete the entire folder -- or is it better just to delete the contents of the folder (leaving the folder itself)?

#2 OFFLINE   Andavari

    Captain Spectacular

  • Moderators
  • 13,330 posts
  • Gender:Male
  • Location:Shadow Moses

Posted 22 August 2009 - 05:59 PM

Really depends upon the application and much of the removal process is to play it safe and move them first instead of deleting anything, and then see if the app still works. If the app doesn't work anymore move the lang files back.

Example of making 7-Zip English only:
Delete everything except for "en.ttt" located in the lang folder.

There's some programs however that upon removing their lang files and when doing an online update will just download and reinstall them.
Complexity of incoherent design.

#3 OFFLINE   razz

    Advanced Member

  • Members
  • PipPipPip
  • 460 posts
  • Gender:Male
  • Location:Ontario, Canada
  • Interests:Poker, other card games, chess and fidling with my computer.

Posted 23 August 2009 - 04:15 PM

View PostAndavari, on Aug 22 2009, 12:59 PM, said:

Example of making 7-Zip English only:
Delete everything except for "en.ttt" located in the lang folder.
Just deleted all files in the 7-Zip language folder except "en.ttt" and that reduced the size of the folder from about 1MB to about 12KB.

Thanks to Dennis' post and this post, which served as a reminder, I will be checking all program files for useless unneeded language files. Before deleting I will first move them to make sure the program still functions properly.

#4 OFFLINE   Andavari

    Captain Spectacular

  • Moderators
  • 13,330 posts
  • Gender:Male
  • Location:Shadow Moses

Posted 25 August 2009 - 04:10 AM

View Postrazz, on Aug 23 2009, 10:15 AM, said:

Just deleted all files in the 7-Zip language folder except "en.ttt" and that reduced the size of the folder from about 1MB to about 12KB.
I use the CCleaner winapp2.ini cleaner below, and never have to manually do it. Actually I typically make batch files to do that and place them with the programs setup file however since I use CCleaner everyday I won't forget to remove any lang files.

[*7-Zip Non-English Lang Files]
; Removes all of the 7-Zip non-English language files.
; Note: This entry will only show up once in CCleaner.
LangSecRef=3024
DetectFile=%programfiles%\7-Zip\Lang\af.txt
Default=True
FileKey1=%programfiles%\7-Zip\Lang|*.txt

Complexity of incoherent design.