turquoiseowl / i18n

Smart internationalization for ASP.NET
Other
556 stars 156 forks source link

Is it possible to use multiple PO files? #247

Closed phat1234 closed 8 years ago

phat1234 commented 8 years ago

Hello

I want to use 2 files: one is messages, another one for dynamic context . any idea?

thanks.

turquoiseowl commented 8 years ago

The i18n library is dynamic in the sense that changes to PO files are picked up at server runtime -- no need to restart the server. I don't know whether that helps.

phat1234 commented 8 years ago

nvm, i solved the problem. thanks you very much. this library very nice