Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to find out the language ID


porrier

Recommended Posts

Hello Andreas @@porrier,
 
1. method:
in Admin => Localization => Languages => select your language
see the URL (example):
languages.php?page=1&lID=3
in this example "lID=3" means language id 3
 
2. method
enter your database with PHPMyAdmin
select table "languages"
see column "languages_id"
 
regards
Rainer

Link to comment
Share on other sites

Hello Andreas @@porrier,

 

1. method:

in Admin => Localization => Languages => select your language

see the URL (example):

languages.php?page=1&lID=3

in this example "lID=3" means language id 3

 

2. method

enter your database with PHPMyAdmin

select table "languages"

see column "languages_id"

 

regards

Rainer

Ah, ok, got it. So seeing this id is only possible while whithin the admin editing that language.

languages.php?page=1&lID=2&action=edit

 

Fine, thanks!

 

Andreas

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...