Get i18n keys programmatically

Hi,

Is possible to get all the i18n keys programmatically?

Hi hmahatheva,

In both developer or a deployed environment you can query them from the i18n-message table you specified in your solution properties.
In developer you will need to write them first to this table by right-clicking resources > i18n files > write to DB, as the entries are normally stored in files within your workspace.

Hope this helps.